home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TDADOS / TDADOS.txt
Text File  |  2004-10-21  |  133KB  |  5,701 lines

  1. object Dados: TDados
  2.   OldCreateOrder = True
  3.   OnCreate = DadosCreate
  4.   OnDestroy = DadosDestroy
  5.   Left = 206
  6.   Top = 106
  7.   Height = 593
  8.   Width = 914
  9.   object tCondominos: TTable
  10.     AfterInsert = tCondominosAfterInsert
  11.     AfterPost = tCondominosAfterPost
  12.     BeforeDelete = tCondominosBeforeDelete
  13.     AfterDelete = tCondominosAfterDelete
  14.     OnPostError = tCondominosPostError
  15.     DatabaseName = 'Database1'
  16.     FieldDefs = <
  17.       item
  18.         Name = 'ID'
  19.         DataType = ftInteger
  20.       end
  21.       item
  22.         Name = 'C∩┐╜digo'
  23.         Attributes = [faRequired]
  24.         DataType = ftString
  25.         Size = 20
  26.       end
  27.       item
  28.         Name = 'Apelido'
  29.         DataType = ftString
  30.         Size = 20
  31.       end
  32.       item
  33.         Name = 'Nome'
  34.         DataType = ftString
  35.         Size = 40
  36.       end
  37.       item
  38.         Name = 'Endere∩┐╜o'
  39.         DataType = ftMemo
  40.         Size = 240
  41.       end
  42.       item
  43.         Name = 'Cp'
  44.         DataType = ftString
  45.         Size = 10
  46.       end
  47.       item
  48.         Name = 'Cp1'
  49.         DataType = ftString
  50.         Size = 25
  51.       end
  52.       item
  53.         Name = 'Telefone'
  54.         DataType = ftString
  55.         Size = 25
  56.       end
  57.       item
  58.         Name = 'Email'
  59.         DataType = ftString
  60.         Size = 30
  61.       end
  62.       item
  63.         Name = 'Frac∩┐╜∩┐╜o'
  64.         DataType = ftString
  65.         Size = 15
  66.       end
  67.       item
  68.         Name = 'Piso'
  69.         DataType = ftString
  70.         Size = 15
  71.       end
  72.       item
  73.         Name = 'Porta'
  74.         DataType = ftString
  75.         Size = 10
  76.       end
  77.       item
  78.         Name = 'Tem Procurador'
  79.         DataType = ftString
  80.         Size = 3
  81.       end
  82.       item
  83.         Name = 'Procurador'
  84.         DataType = ftString
  85.         Size = 30
  86.       end
  87.       item
  88.         Name = 'Observa∩┐╜∩┐╜es'
  89.         DataType = ftMemo
  90.         Size = 240
  91.       end
  92.       item
  93.         Name = 'Q1'
  94.         DataType = ftFloat
  95.       end
  96.       item
  97.         Name = 'Q2'
  98.         DataType = ftFloat
  99.       end
  100.       item
  101.         Name = 'Q3'
  102.         DataType = ftFloat
  103.       end
  104.       item
  105.         Name = 'Q4'
  106.         DataType = ftFloat
  107.       end
  108.       item
  109.         Name = 'Q5'
  110.         DataType = ftFloat
  111.       end
  112.       item
  113.         Name = 'Q6'
  114.         DataType = ftFloat
  115.       end
  116.       item
  117.         Name = 'Q7'
  118.         DataType = ftFloat
  119.       end
  120.       item
  121.         Name = 'Q8'
  122.         DataType = ftFloat
  123.       end
  124.       item
  125.         Name = 'Q9'
  126.         DataType = ftFloat
  127.       end
  128.       item
  129.         Name = 'Q10'
  130.         DataType = ftFloat
  131.       end
  132.       item
  133.         Name = 'Q11'
  134.         DataType = ftFloat
  135.       end
  136.       item
  137.         Name = 'Q12'
  138.         DataType = ftFloat
  139.       end
  140.       item
  141.         Name = 'O1'
  142.         DataType = ftFloat
  143.       end
  144.       item
  145.         Name = 'O2'
  146.         DataType = ftFloat
  147.       end
  148.       item
  149.         Name = 'O3'
  150.         DataType = ftFloat
  151.       end
  152.       item
  153.         Name = 'O4'
  154.         DataType = ftFloat
  155.       end
  156.       item
  157.         Name = 'O5'
  158.         DataType = ftFloat
  159.       end
  160.       item
  161.         Name = 'O6'
  162.         DataType = ftFloat
  163.       end
  164.       item
  165.         Name = 'O7'
  166.         DataType = ftFloat
  167.       end
  168.       item
  169.         Name = 'O8'
  170.         DataType = ftFloat
  171.       end
  172.       item
  173.         Name = 'O9'
  174.         DataType = ftFloat
  175.       end
  176.       item
  177.         Name = 'O10'
  178.         DataType = ftFloat
  179.       end
  180.       item
  181.         Name = 'O11'
  182.         DataType = ftFloat
  183.       end
  184.       item
  185.         Name = 'O12'
  186.         DataType = ftFloat
  187.       end
  188.       item
  189.         Name = 'D1'
  190.         DataType = ftDate
  191.       end
  192.       item
  193.         Name = 'D2'
  194.         DataType = ftDate
  195.       end
  196.       item
  197.         Name = 'D3'
  198.         DataType = ftDate
  199.       end
  200.       item
  201.         Name = 'D4'
  202.         DataType = ftDate
  203.       end
  204.       item
  205.         Name = 'D5'
  206.         DataType = ftDate
  207.       end
  208.       item
  209.         Name = 'D6'
  210.         DataType = ftDate
  211.       end
  212.       item
  213.         Name = 'D7'
  214.         DataType = ftDate
  215.       end
  216.       item
  217.         Name = 'D8'
  218.         DataType = ftDate
  219.       end
  220.       item
  221.         Name = 'D9'
  222.         DataType = ftDate
  223.       end
  224.       item
  225.         Name = 'D10'
  226.         DataType = ftDate
  227.       end
  228.       item
  229.         Name = 'D11'
  230.         DataType = ftDate
  231.       end
  232.       item
  233.         Name = 'D12'
  234.         DataType = ftDate
  235.       end
  236.       item
  237.         Name = 'Tlm'
  238.         DataType = ftString
  239.         Size = 25
  240.       end
  241.       item
  242.         Name = 'Seguro'
  243.         DataType = ftBoolean
  244.       end
  245.       item
  246.         Name = 'Permilagem'
  247.         DataType = ftFloat
  248.       end
  249.       item
  250.         Name = 'Valor Seguro1'
  251.         DataType = ftFloat
  252.       end
  253.       item
  254.         Name = 'Endere∩┐╜o Procurador'
  255.         DataType = ftMemo
  256.         Size = 240
  257.       end
  258.       item
  259.         Name = 'Cp Procurador'
  260.         DataType = ftString
  261.         Size = 10
  262.       end
  263.       item
  264.         Name = 'Cp1 Procurador'
  265.         DataType = ftString
  266.         Size = 25
  267.       end
  268.       item
  269.         Name = 'Valor Seguro2'
  270.         DataType = ftFloat
  271.       end
  272.       item
  273.         Name = 'Telefone Procurador'
  274.         DataType = ftString
  275.         Size = 25
  276.       end
  277.       item
  278.         Name = 'F1'
  279.         DataType = ftFloat
  280.       end
  281.       item
  282.         Name = 'F2'
  283.         DataType = ftFloat
  284.       end
  285.       item
  286.         Name = 'F3'
  287.         DataType = ftFloat
  288.       end
  289.       item
  290.         Name = 'F4'
  291.         DataType = ftFloat
  292.       end
  293.       item
  294.         Name = 'F5'
  295.         DataType = ftFloat
  296.       end
  297.       item
  298.         Name = 'F6'
  299.         DataType = ftFloat
  300.       end
  301.       item
  302.         Name = 'F7'
  303.         DataType = ftFloat
  304.       end
  305.       item
  306.         Name = 'F8'
  307.         DataType = ftFloat
  308.       end
  309.       item
  310.         Name = 'F9'
  311.         DataType = ftFloat
  312.       end
  313.       item
  314.         Name = 'F10'
  315.         DataType = ftFloat
  316.       end
  317.       item
  318.         Name = 'F11'
  319.         DataType = ftFloat
  320.       end
  321.       item
  322.         Name = 'F12'
  323.         DataType = ftFloat
  324.       end
  325.       item
  326.         Name = 'Contribuinte'
  327.         DataType = ftString
  328.         Size = 12
  329.       end
  330.       item
  331.         Name = 'BI'
  332.         DataType = ftString
  333.         Size = 10
  334.       end
  335.       item
  336.         Name = 'Propriet∩┐╜rio'
  337.         DataType = ftString
  338.         Size = 3
  339.       end
  340.       item
  341.         Name = 'Quota1'
  342.         DataType = ftFloat
  343.       end
  344.       item
  345.         Name = 'Contribuinte Procurador'
  346.         DataType = ftString
  347.         Size = 12
  348.       end
  349.       item
  350.         Name = 'Quota2'
  351.         DataType = ftFloat
  352.       end
  353.       item
  354.         Name = 'Tipo Pagamento'
  355.         DataType = ftString
  356.         Size = 15
  357.       end
  358.       item
  359.         Name = 'Modo Pagamento'
  360.         DataType = ftString
  361.         Size = 15
  362.       end
  363.       item
  364.         Name = 'Nome Propriet∩┐╜rio'
  365.         DataType = ftString
  366.         Size = 30
  367.       end
  368.       item
  369.         Name = 'Endere∩┐╜o Propriet∩┐╜rio'
  370.         DataType = ftMemo
  371.         Size = 240
  372.       end
  373.       item
  374.         Name = 'Cp Propriet∩┐╜rio'
  375.         DataType = ftString
  376.         Size = 10
  377.       end
  378.       item
  379.         Name = 'Cp1 Propriet∩┐╜rio'
  380.         DataType = ftString
  381.         Size = 25
  382.       end
  383.       item
  384.         Name = 'Telefone Propriet∩┐╜rio'
  385.         DataType = ftString
  386.         Size = 25
  387.       end
  388.       item
  389.         Name = 'Telem∩┐╜vel Propriet∩┐╜rio'
  390.         DataType = ftString
  391.         Size = 25
  392.       end
  393.       item
  394.         Name = 'Email Propriet∩┐╜rio'
  395.         DataType = ftString
  396.         Size = 30
  397.       end
  398.       item
  399.         Name = '∩┐╜rea'
  400.         DataType = ftFloat
  401.       end
  402.       item
  403.         Name = 'QE1'
  404.         DataType = ftFloat
  405.       end
  406.       item
  407.         Name = 'QE2'
  408.         DataType = ftFloat
  409.       end
  410.       item
  411.         Name = 'QE3'
  412.         DataType = ftFloat
  413.       end
  414.       item
  415.         Name = 'QE4'
  416.         DataType = ftFloat
  417.       end
  418.       item
  419.         Name = 'QE5'
  420.         DataType = ftFloat
  421.       end
  422.       item
  423.         Name = 'QE6'
  424.         DataType = ftFloat
  425.       end
  426.       item
  427.         Name = 'QE7'
  428.         DataType = ftFloat
  429.       end
  430.       item
  431.         Name = 'QE8'
  432.         DataType = ftFloat
  433.       end
  434.       item
  435.         Name = 'QE9'
  436.         DataType = ftFloat
  437.       end
  438.       item
  439.         Name = 'QE10'
  440.         DataType = ftFloat
  441.       end
  442.       item
  443.         Name = 'QE11'
  444.         DataType = ftFloat
  445.       end
  446.       item
  447.         Name = 'QE12'
  448.         DataType = ftFloat
  449.       end
  450.       item
  451.         Name = 'Seguro Pr∩┐╜prio'
  452.         DataType = ftBoolean
  453.       end
  454.       item
  455.         Name = 'Descri∩┐╜∩┐╜o Seg Pr∩┐╜prio'
  456.         DataType = ftString
  457.         Size = 30
  458.       end
  459.       item
  460.         Name = 'Valor1 Seg Pr∩┐╜prio'
  461.         DataType = ftFloat
  462.       end
  463.       item
  464.         Name = 'Valor2 Seg Pr∩┐╜prio'
  465.         DataType = ftFloat
  466.       end
  467.       item
  468.         Name = 'Foto'
  469.         DataType = ftString
  470.         Size = 255
  471.       end
  472.       item
  473.         Name = 'Paga Quotas'
  474.         DataType = ftBoolean
  475.       end
  476.       item
  477.         Name = 'Paga Obras'
  478.         DataType = ftBoolean
  479.       end
  480.       item
  481.         Name = 'Paga Fundo'
  482.         DataType = ftBoolean
  483.       end
  484.       item
  485.         Name = 'Paga QE'
  486.         DataType = ftBoolean
  487.       end
  488.       item
  489.         Name = 'Obras1'
  490.         DataType = ftFloat
  491.       end
  492.       item
  493.         Name = 'QuExtr1'
  494.         DataType = ftFloat
  495.       end
  496.       item
  497.         Name = 'Descri∩┐╜∩┐╜o Frac∩┐╜∩┐╜o'
  498.         DataType = ftMemo
  499.         Size = 240
  500.       end
  501.       item
  502.         Name = 'Stretch'
  503.         DataType = ftBoolean
  504.       end
  505.       item
  506.         Name = 'Seguradora'
  507.         DataType = ftString
  508.         Size = 30
  509.       end
  510.       item
  511.         Name = 'Avalia∩┐╜∩┐╜o1'
  512.         DataType = ftFloat
  513.       end
  514.       item
  515.         Name = 'Avalia∩┐╜∩┐╜o2'
  516.         DataType = ftFloat
  517.       end
  518.       item
  519.         Name = 'Fundo'
  520.         DataType = ftFloat
  521.       end
  522.       item
  523.         Name = 'Documentos Propriet∩┐╜rio'
  524.         DataType = ftBoolean
  525.       end
  526.       item
  527.         Name = 'Contr Propriet∩┐╜rio'
  528.         DataType = ftString
  529.         Size = 12
  530.       end
  531.       item
  532.         Name = 'Local Pagamento'
  533.         DataType = ftString
  534.         Size = 15
  535.       end
  536.       item
  537.         Name = 'Saldo'
  538.         DataType = ftFloat
  539.       end
  540.       item
  541.         Name = 'Data Limite SG'
  542.         DataType = ftDate
  543.       end
  544.       item
  545.         Name = 'Fax'
  546.         DataType = ftString
  547.         Size = 25
  548.       end
  549.       item
  550.         Name = 'Honor∩┐╜rios1'
  551.         DataType = ftFloat
  552.       end
  553.       item
  554.         Name = 'Honor∩┐╜rios2'
  555.         DataType = ftFloat
  556.       end
  557.       item
  558.         Name = 'Honor∩┐╜rios3'
  559.         DataType = ftFloat
  560.       end
  561.       item
  562.         Name = 'Honor∩┐╜rios4'
  563.         DataType = ftFloat
  564.       end
  565.       item
  566.         Name = 'Honor∩┐╜rios5'
  567.         DataType = ftFloat
  568.       end
  569.       item
  570.         Name = 'Honor∩┐╜rios6'
  571.         DataType = ftFloat
  572.       end
  573.       item
  574.         Name = 'Honor∩┐╜rios7'
  575.         DataType = ftFloat
  576.       end
  577.       item
  578.         Name = 'Honor∩┐╜rios8'
  579.         DataType = ftFloat
  580.       end
  581.       item
  582.         Name = 'Honor∩┐╜rios9'
  583.         DataType = ftFloat
  584.       end
  585.       item
  586.         Name = 'Honor∩┐╜rios10'
  587.         DataType = ftFloat
  588.       end
  589.       item
  590.         Name = 'Honor∩┐╜rios11'
  591.         DataType = ftFloat
  592.       end
  593.       item
  594.         Name = 'Honor∩┐╜rios12'
  595.         DataType = ftFloat
  596.       end
  597.       item
  598.         Name = 'Paga Honor∩┐╜rios'
  599.         DataType = ftBoolean
  600.       end
  601.       item
  602.         Name = 'Hon1'
  603.         DataType = ftFloat
  604.       end
  605.       item
  606.         Name = 'Leitura Inicial'
  607.         DataType = ftFloat
  608.       end
  609.       item
  610.         Name = 'Leitura1'
  611.         DataType = ftFloat
  612.       end
  613.       item
  614.         Name = 'Leitura2'
  615.         DataType = ftFloat
  616.       end
  617.       item
  618.         Name = 'Leitura3'
  619.         DataType = ftFloat
  620.       end
  621.       item
  622.         Name = 'Leitura4'
  623.         DataType = ftFloat
  624.       end
  625.       item
  626.         Name = 'Leitura5'
  627.         DataType = ftFloat
  628.       end
  629.       item
  630.         Name = 'Leitura6'
  631.         DataType = ftFloat
  632.       end
  633.       item
  634.         Name = 'Leitura7'
  635.         DataType = ftFloat
  636.       end
  637.       item
  638.         Name = 'Leitura8'
  639.         DataType = ftFloat
  640.       end
  641.       item
  642.         Name = 'Leitura9'
  643.         DataType = ftFloat
  644.       end
  645.       item
  646.         Name = 'Leitura10'
  647.         DataType = ftFloat
  648.       end
  649.       item
  650.         Name = 'Leitura11'
  651.         DataType = ftFloat
  652.       end
  653.       item
  654.         Name = 'Leitura12'
  655.         DataType = ftFloat
  656.       end
  657.       item
  658.         Name = 'DN'
  659.         DataType = ftDate
  660.       end
  661.       item
  662.         Name = 'DN Inquilino'
  663.         DataType = ftDate
  664.       end
  665.       item
  666.         Name = 'DN Procurador'
  667.         DataType = ftDate
  668.       end
  669.       item
  670.         Name = 'Apolice'
  671.         DataType = ftString
  672.         Size = 20
  673.       end
  674.       item
  675.         Name = 'Email Procurador'
  676.         DataType = ftString
  677.         Size = 30
  678.       end
  679.       item
  680.         Name = 'G∩┐╜s'
  681.         DataType = ftString
  682.         Size = 1
  683.       end
  684.       item
  685.         Name = 'Apartamento'
  686.         DataType = ftString
  687.         Size = 15
  688.       end
  689.       item
  690.         Name = 'Apelido Conjuge'
  691.         DataType = ftString
  692.         Size = 20
  693.       end
  694.       item
  695.         Name = 'Nome Conjuge'
  696.         DataType = ftString
  697.         Size = 40
  698.       end
  699.       item
  700.         Name = 'Activo'
  701.         DataType = ftBoolean
  702.       end
  703.       item
  704.         Name = 'Bloco'
  705.         DataType = ftString
  706.         Size = 20
  707.       end
  708.       item
  709.         Name = 'Topologia'
  710.         DataType = ftString
  711.         Size = 10
  712.       end>
  713.     IndexDefs = <
  714.       item
  715.         Name = 'tCondominosIndex0'
  716.         Fields = 'C∩┐╜digo'
  717.         Options = [ixPrimary, ixUnique]
  718.       end
  719.       item
  720.         Name = 'iApelido'
  721.         Fields = 'Apelido'
  722.         Options = [ixCaseInsensitive]
  723.       end
  724.       item
  725.         Name = 'iNome'
  726.         Fields = 'Nome'
  727.         Options = [ixCaseInsensitive]
  728.       end>
  729.     StoreDefs = True
  730.     TableName = 'Condominos.db'
  731.     Left = 24
  732.     Top = 8
  733.     object tCondominosID: TIntegerField
  734.       FieldName = 'ID'
  735.     end
  736.     object tCondominosCdigo: TStringField
  737.       FieldName = 'C∩┐╜digo'
  738.     end
  739.     object tCondominosApelido: TStringField
  740.       FieldName = 'Apelido'
  741.     end
  742.     object tCondominosNome: TStringField
  743.       FieldName = 'Nome'
  744.       Size = 40
  745.     end
  746.     object tCondominosEndereo: TMemoField
  747.       FieldName = 'Endere∩┐╜o'
  748.       BlobType = ftMemo
  749.       Size = 240
  750.     end
  751.     object tCondominosCp: TStringField
  752.       DisplayWidth = 10
  753.       FieldName = 'Cp'
  754.       Size = 10
  755.     end
  756.     object tCondominosCp1: TStringField
  757.       FieldName = 'Cp1'
  758.       Size = 25
  759.     end
  760.     object tCondominosTelefone: TStringField
  761.       FieldName = 'Telefone'
  762.       Size = 25
  763.     end
  764.     object tCondominosEmail: TStringField
  765.       FieldName = 'Email'
  766.       Size = 30
  767.     end
  768.     object tCondominosFraco: TStringField
  769.       FieldName = 'Frac∩┐╜∩┐╜o'
  770.       Size = 15
  771.     end
  772.     object tCondominosPiso: TStringField
  773.       FieldName = 'Piso'
  774.       Size = 15
  775.     end
  776.     object tCondominosPorta: TStringField
  777.       FieldName = 'Porta'
  778.       Size = 10
  779.     end
  780.     object tCondominosTemProcurador: TStringField
  781.       FieldName = 'Tem Procurador'
  782.       Size = 3
  783.     end
  784.     object tCondominosProcurador: TStringField
  785.       FieldName = 'Procurador'
  786.       Size = 30
  787.     end
  788.     object tCondominosObservaes: TMemoField
  789.       FieldName = 'Observa∩┐╜∩┐╜es'
  790.       BlobType = ftMemo
  791.       Size = 240
  792.     end
  793.     object tCondominosQ1: TFloatField
  794.       FieldName = 'Q1'
  795.       DisplayFormat = '###,###,##0.#0'
  796.       EditFormat = '###.##'
  797.     end
  798.     object tCondominosQ2: TFloatField
  799.       FieldName = 'Q2'
  800.       DisplayFormat = '###,###,##0.#0'
  801.       EditFormat = '###.##'
  802.     end
  803.     object tCondominosQ3: TFloatField
  804.       FieldName = 'Q3'
  805.       DisplayFormat = '###,###,##0.#0'
  806.       EditFormat = '###.##'
  807.     end
  808.     object tCondominosQ4: TFloatField
  809.       FieldName = 'Q4'
  810.       DisplayFormat = '###,###,##0.#0'
  811.       EditFormat = '###.##'
  812.     end
  813.     object tCondominosQ5: TFloatField
  814.       FieldName = 'Q5'
  815.       DisplayFormat = '###,###,##0.#0'
  816.       EditFormat = '###.##'
  817.     end
  818.     object tCondominosQ6: TFloatField
  819.       FieldName = 'Q6'
  820.       DisplayFormat = '###,###,##0.#0'
  821.       EditFormat = '###.##'
  822.     end
  823.     object tCondominosQ7: TFloatField
  824.       FieldName = 'Q7'
  825.       DisplayFormat = '###,###,##0.#0'
  826.       EditFormat = '###.##'
  827.     end
  828.     object tCondominosQ8: TFloatField
  829.       FieldName = 'Q8'
  830.       DisplayFormat = '###,###,##0.#0'
  831.       EditFormat = '###.##'
  832.     end
  833.     object tCondominosQ9: TFloatField
  834.       FieldName = 'Q9'
  835.       DisplayFormat = '###,###,##0.#0'
  836.       EditFormat = '###.##'
  837.     end
  838.     object tCondominosQ10: TFloatField
  839.       FieldName = 'Q10'
  840.       DisplayFormat = '###,###,##0.#0'
  841.       EditFormat = '###.##'
  842.     end
  843.     object tCondominosQ11: TFloatField
  844.       FieldName = 'Q11'
  845.       DisplayFormat = '###,###,##0.#0'
  846.       EditFormat = '###.##'
  847.     end
  848.     object tCondominosQ12: TFloatField
  849.       FieldName = 'Q12'
  850.       DisplayFormat = '###,###,##0.#0'
  851.       EditFormat = '###.##'
  852.     end
  853.     object tCondominosO1: TFloatField
  854.       FieldName = 'O1'
  855.       DisplayFormat = '###,###,##0.#0'
  856.       EditFormat = '###.##'
  857.     end
  858.     object tCondominosO2: TFloatField
  859.       FieldName = 'O2'
  860.       DisplayFormat = '###,###,##0.#0'
  861.       EditFormat = '###.##'
  862.     end
  863.     object tCondominosO3: TFloatField
  864.       FieldName = 'O3'
  865.       DisplayFormat = '###,###,##0.#0'
  866.       EditFormat = '###.##'
  867.     end
  868.     object tCondominosO4: TFloatField
  869.       FieldName = 'O4'
  870.       DisplayFormat = '###,###,##0.#0'
  871.       EditFormat = '###.##'
  872.     end
  873.     object tCondominosO5: TFloatField
  874.       FieldName = 'O5'
  875.       DisplayFormat = '###,###,##0.#0'
  876.       EditFormat = '###.##'
  877.     end
  878.     object tCondominosO6: TFloatField
  879.       FieldName = 'O6'
  880.       DisplayFormat = '###,###,##0.#0'
  881.       EditFormat = '###.##'
  882.     end
  883.     object tCondominosO7: TFloatField
  884.       FieldName = 'O7'
  885.       DisplayFormat = '###,###,##0.#0'
  886.       EditFormat = '###.##'
  887.     end
  888.     object tCondominosO8: TFloatField
  889.       FieldName = 'O8'
  890.       DisplayFormat = '###,###,##0.#0'
  891.       EditFormat = '###.##'
  892.     end
  893.     object tCondominosO9: TFloatField
  894.       FieldName = 'O9'
  895.       DisplayFormat = '###,###,##0.#0'
  896.       EditFormat = '###.##'
  897.     end
  898.     object tCondominosO10: TFloatField
  899.       FieldName = 'O10'
  900.       DisplayFormat = '###,###,##0.#0'
  901.       EditFormat = '###.##'
  902.     end
  903.     object tCondominosO11: TFloatField
  904.       FieldName = 'O11'
  905.       DisplayFormat = '###,###,##0.#0'
  906.       EditFormat = '###.##'
  907.     end
  908.     object tCondominosO12: TFloatField
  909.       FieldName = 'O12'
  910.       DisplayFormat = '###,###,##0.#0'
  911.       EditFormat = '###.##'
  912.     end
  913.     object tCondominosD1: TDateField
  914.       FieldName = 'D1'
  915.     end
  916.     object tCondominosD2: TDateField
  917.       FieldName = 'D2'
  918.     end
  919.     object tCondominosD3: TDateField
  920.       FieldName = 'D3'
  921.     end
  922.     object tCondominosD4: TDateField
  923.       FieldName = 'D4'
  924.     end
  925.     object tCondominosD5: TDateField
  926.       FieldName = 'D5'
  927.     end
  928.     object tCondominosD6: TDateField
  929.       FieldName = 'D6'
  930.     end
  931.     object tCondominosD7: TDateField
  932.       FieldName = 'D7'
  933.     end
  934.     object tCondominosD8: TDateField
  935.       FieldName = 'D8'
  936.     end
  937.     object tCondominosD9: TDateField
  938.       FieldName = 'D9'
  939.     end
  940.     object tCondominosD10: TDateField
  941.       FieldName = 'D10'
  942.     end
  943.     object tCondominosD11: TDateField
  944.       FieldName = 'D11'
  945.     end
  946.     object tCondominosD12: TDateField
  947.       FieldName = 'D12'
  948.     end
  949.     object tCondominosTlm: TStringField
  950.       FieldName = 'Tlm'
  951.       Size = 25
  952.     end
  953.     object tCondominosSeguro: TBooleanField
  954.       FieldName = 'Seguro'
  955.     end
  956.     object tCondominosPermilagem: TFloatField
  957.       FieldName = 'Permilagem'
  958.       DisplayFormat = '###,###,##0.##0'
  959.       EditFormat = '###.###'
  960.     end
  961.     object tCondominosValorSeguro1: TFloatField
  962.       FieldName = 'Valor Seguro1'
  963.       DisplayFormat = '###,###,##0.#0'
  964.       EditFormat = '###.##'
  965.     end
  966.     object tCondominosEndereoProcurador: TMemoField
  967.       FieldName = 'Endere∩┐╜o Procurador'
  968.       BlobType = ftMemo
  969.       Size = 240
  970.     end
  971.     object tCondominosCpProcurador: TStringField
  972.       FieldName = 'Cp Procurador'
  973.       Size = 10
  974.     end
  975.     object tCondominosCp1Procurador: TStringField
  976.       FieldName = 'Cp1 Procurador'
  977.       Size = 25
  978.     end
  979.     object tCondominosValorSeguro2: TFloatField
  980.       FieldName = 'Valor Seguro2'
  981.       DisplayFormat = '###,###,##0.#0'
  982.       EditFormat = '###.##'
  983.     end
  984.     object tCondominosTelefoneProcurador: TStringField
  985.       FieldName = 'Telefone Procurador'
  986.       Size = 25
  987.     end
  988.     object tCondominosF1: TFloatField
  989.       FieldName = 'F1'
  990.       DisplayFormat = '###,###,##0.#0'
  991.       EditFormat = '###.##'
  992.     end
  993.     object tCondominosF2: TFloatField
  994.       FieldName = 'F2'
  995.       DisplayFormat = '###,###,##0.#0'
  996.       EditFormat = '###.##'
  997.     end
  998.     object tCondominosF3: TFloatField
  999.       FieldName = 'F3'
  1000.       DisplayFormat = '###,###,##0.#0'
  1001.       EditFormat = '###.##'
  1002.     end
  1003.     object tCondominosF4: TFloatField
  1004.       FieldName = 'F4'
  1005.       DisplayFormat = '###,###,##0.#0'
  1006.       EditFormat = '###.##'
  1007.     end
  1008.     object tCondominosF5: TFloatField
  1009.       FieldName = 'F5'
  1010.       DisplayFormat = '###,###,##0.#0'
  1011.       EditFormat = '###.##'
  1012.     end
  1013.     object tCondominosF6: TFloatField
  1014.       FieldName = 'F6'
  1015.       DisplayFormat = '###,###,##0.#0'
  1016.       EditFormat = '###.##'
  1017.     end
  1018.     object tCondominosF7: TFloatField
  1019.       FieldName = 'F7'
  1020.       DisplayFormat = '###,###,##0.#0'
  1021.       EditFormat = '###.##'
  1022.     end
  1023.     object tCondominosF8: TFloatField
  1024.       FieldName = 'F8'
  1025.       DisplayFormat = '###,###,##0.#0'
  1026.       EditFormat = '###.##'
  1027.     end
  1028.     object tCondominosF9: TFloatField
  1029.       FieldName = 'F9'
  1030.       DisplayFormat = '###,###,##0.#0'
  1031.       EditFormat = '###.##'
  1032.     end
  1033.     object tCondominosF10: TFloatField
  1034.       FieldName = 'F10'
  1035.       DisplayFormat = '###,###,##0.#0'
  1036.       EditFormat = '###.##'
  1037.     end
  1038.     object tCondominosF11: TFloatField
  1039.       FieldName = 'F11'
  1040.       DisplayFormat = '###,###,##0.#0'
  1041.       EditFormat = '###.##'
  1042.     end
  1043.     object tCondominosF12: TFloatField
  1044.       FieldName = 'F12'
  1045.       DisplayFormat = '###,###,##0.#0'
  1046.       EditFormat = '###.##'
  1047.     end
  1048.     object tCondominosContribuinte: TStringField
  1049.       FieldName = 'Contribuinte'
  1050.       Size = 12
  1051.     end
  1052.     object tCondominosBI: TStringField
  1053.       FieldName = 'BI'
  1054.       Size = 10
  1055.     end
  1056.     object tCondominosProprietrio: TStringField
  1057.       FieldName = 'Propriet∩┐╜rio'
  1058.       Size = 3
  1059.     end
  1060.     object tCondominosQuota1: TFloatField
  1061.       FieldName = 'Quota1'
  1062.       DisplayFormat = '###,###,##0.#0'
  1063.       EditFormat = '###.##'
  1064.     end
  1065.     object tCondominosContribuinteProcurador: TStringField
  1066.       FieldName = 'Contribuinte Procurador'
  1067.       Size = 12
  1068.     end
  1069.     object tCondominosQuota2: TFloatField
  1070.       FieldName = 'Quota2'
  1071.       DisplayFormat = '###,###,##0.#0'
  1072.       EditFormat = '###.##'
  1073.     end
  1074.     object tCondominosTipoPagamento: TStringField
  1075.       FieldName = 'Tipo Pagamento'
  1076.       Size = 15
  1077.     end
  1078.     object tCondominosModoPagamento: TStringField
  1079.       FieldName = 'Modo Pagamento'
  1080.       Size = 15
  1081.     end
  1082.     object tCondominosNomeProprietrio: TStringField
  1083.       FieldName = 'Nome Propriet∩┐╜rio'
  1084.       Size = 30
  1085.     end
  1086.     object tCondominosEndereoProprietrio: TMemoField
  1087.       FieldName = 'Endere∩┐╜o Propriet∩┐╜rio'
  1088.       BlobType = ftMemo
  1089.       Size = 240
  1090.     end
  1091.     object tCondominosCpProprietrio: TStringField
  1092.       FieldName = 'Cp Propriet∩┐╜rio'
  1093.       Size = 10
  1094.     end
  1095.     object tCondominosCp1Proprietrio: TStringField
  1096.       FieldName = 'Cp1 Propriet∩┐╜rio'
  1097.       Size = 25
  1098.     end
  1099.     object tCondominosTelefoneProprietrio: TStringField
  1100.       FieldName = 'Telefone Propriet∩┐╜rio'
  1101.       Size = 25
  1102.     end
  1103.     object tCondominosTelemvelProprietrio: TStringField
  1104.       FieldName = 'Telem∩┐╜vel Propriet∩┐╜rio'
  1105.       Size = 25
  1106.     end
  1107.     object tCondominosEmailProprietrio: TStringField
  1108.       FieldName = 'Email Propriet∩┐╜rio'
  1109.       Size = 30
  1110.     end
  1111.     object tCondominosrea: TFloatField
  1112.       FieldName = '∩┐╜rea'
  1113.       DisplayFormat = '###,###,##0.#0'
  1114.       EditFormat = '###.##'
  1115.     end
  1116.     object tCondominosQE1: TFloatField
  1117.       FieldName = 'QE1'
  1118.       DisplayFormat = '###,###,##0.#0'
  1119.       EditFormat = '###.##'
  1120.     end
  1121.     object tCondominosQE2: TFloatField
  1122.       FieldName = 'QE2'
  1123.       DisplayFormat = '###,###,##0.#0'
  1124.       EditFormat = '###.##'
  1125.     end
  1126.     object tCondominosQE3: TFloatField
  1127.       FieldName = 'QE3'
  1128.       DisplayFormat = '###,###,##0.#0'
  1129.       EditFormat = '###.##'
  1130.     end
  1131.     object tCondominosQE4: TFloatField
  1132.       FieldName = 'QE4'
  1133.       DisplayFormat = '###,###,##0.#0'
  1134.       EditFormat = '###.##'
  1135.     end
  1136.     object tCondominosQE5: TFloatField
  1137.       FieldName = 'QE5'
  1138.       DisplayFormat = '###,###,##0.#0'
  1139.       EditFormat = '###.##'
  1140.     end
  1141.     object tCondominosQE6: TFloatField
  1142.       FieldName = 'QE6'
  1143.       DisplayFormat = '###,###,##0.#0'
  1144.       EditFormat = '###.##'
  1145.     end
  1146.     object tCondominosQE7: TFloatField
  1147.       FieldName = 'QE7'
  1148.       DisplayFormat = '###,###,##0.#0'
  1149.       EditFormat = '###.##'
  1150.     end
  1151.     object tCondominosQE8: TFloatField
  1152.       FieldName = 'QE8'
  1153.       DisplayFormat = '###,###,##0.#0'
  1154.       EditFormat = '###.##'
  1155.     end
  1156.     object tCondominosQE9: TFloatField
  1157.       FieldName = 'QE9'
  1158.       DisplayFormat = '###,###,##0.#0'
  1159.       EditFormat = '###.##'
  1160.     end
  1161.     object tCondominosQE10: TFloatField
  1162.       FieldName = 'QE10'
  1163.       DisplayFormat = '###,###,##0.#0'
  1164.       EditFormat = '###.##'
  1165.     end
  1166.     object tCondominosQE11: TFloatField
  1167.       FieldName = 'QE11'
  1168.       DisplayFormat = '###,###,##0.#0'
  1169.       EditFormat = '###.##'
  1170.     end
  1171.     object tCondominosQE12: TFloatField
  1172.       FieldName = 'QE12'
  1173.       DisplayFormat = '###,###,##0.#0'
  1174.       EditFormat = '###.##'
  1175.     end
  1176.     object tCondominosSeguroPrprio: TBooleanField
  1177.       FieldName = 'Seguro Pr∩┐╜prio'
  1178.     end
  1179.     object tCondominosDescrioSegPrprio: TStringField
  1180.       FieldName = 'Descri∩┐╜∩┐╜o Seg Pr∩┐╜prio'
  1181.       Size = 30
  1182.     end
  1183.     object tCondominosValor1SegPrprio: TFloatField
  1184.       FieldName = 'Valor1 Seg Pr∩┐╜prio'
  1185.       DisplayFormat = '###,###,##0.#0'
  1186.       EditFormat = '###.##'
  1187.     end
  1188.     object tCondominosValor2SegPrprio: TFloatField
  1189.       FieldName = 'Valor2 Seg Pr∩┐╜prio'
  1190.       DisplayFormat = '###,###,##0.#0'
  1191.       EditFormat = '###.##'
  1192.     end
  1193.     object tCondominosFoto: TStringField
  1194.       FieldName = 'Foto'
  1195.       Size = 255
  1196.     end
  1197.     object tCondominosPagaQuotas: TBooleanField
  1198.       FieldName = 'Paga Quotas'
  1199.     end
  1200.     object tCondominosPagaObras: TBooleanField
  1201.       FieldName = 'Paga Obras'
  1202.     end
  1203.     object tCondominosPagaFundo: TBooleanField
  1204.       FieldName = 'Paga Fundo'
  1205.     end
  1206.     object tCondominosPagaQE: TBooleanField
  1207.       FieldName = 'Paga QE'
  1208.     end
  1209.     object tCondominosObras1: TFloatField
  1210.       FieldName = 'Obras1'
  1211.       DisplayFormat = '###,###,##0.#0'
  1212.       EditFormat = '###.##'
  1213.     end
  1214.     object tCondominosQuExtr1: TFloatField
  1215.       FieldName = 'QuExtr1'
  1216.       DisplayFormat = '###,###,##0.#0'
  1217.       EditFormat = '###.##'
  1218.     end
  1219.     object tCondominosDescrioFraco: TMemoField
  1220.       FieldName = 'Descri∩┐╜∩┐╜o Frac∩┐╜∩┐╜o'
  1221.       BlobType = ftMemo
  1222.       Size = 240
  1223.     end
  1224.     object tCondominosStretch: TBooleanField
  1225.       FieldName = 'Stretch'
  1226.     end
  1227.     object tCondominosSeguradora: TStringField
  1228.       FieldName = 'Seguradora'
  1229.       Size = 30
  1230.     end
  1231.     object tCondominosAvaliao1: TFloatField
  1232.       FieldName = 'Avalia∩┐╜∩┐╜o1'
  1233.       DisplayFormat = '###,###,##0.#0'
  1234.       EditFormat = '###.##'
  1235.     end
  1236.     object tCondominosAvaliao2: TFloatField
  1237.       FieldName = 'Avalia∩┐╜∩┐╜o2'
  1238.       DisplayFormat = '###,###,##0.#0'
  1239.       EditFormat = '###.##'
  1240.     end
  1241.     object tCondominosFundo: TFloatField
  1242.       FieldName = 'Fundo'
  1243.       DisplayFormat = '###,###,##0.#0'
  1244.       EditFormat = '###.##'
  1245.     end
  1246.     object tCondominosDocumentosProprietrio: TBooleanField
  1247.       FieldName = 'Documentos Propriet∩┐╜rio'
  1248.     end
  1249.     object tCondominosContrProprietrio: TStringField
  1250.       FieldName = 'Contr Propriet∩┐╜rio'
  1251.       Size = 12
  1252.     end
  1253.     object tCondominosLocalPagamento: TStringField
  1254.       FieldName = 'Local Pagamento'
  1255.       Size = 15
  1256.     end
  1257.     object tCondominosSaldo: TFloatField
  1258.       FieldName = 'Saldo'
  1259.       DisplayFormat = '###,###,##0.#0'
  1260.       EditFormat = '###.##'
  1261.     end
  1262.     object tCondominosDataLimiteSG: TDateField
  1263.       FieldName = 'Data Limite SG'
  1264.     end
  1265.     object tCondominosFax: TStringField
  1266.       FieldName = 'Fax'
  1267.       Size = 25
  1268.     end
  1269.     object tCondominosHonorrios1: TFloatField
  1270.       FieldName = 'Honor∩┐╜rios1'
  1271.       DisplayFormat = '###,###,##0.#0'
  1272.       EditFormat = '###.##'
  1273.     end
  1274.     object tCondominosHonorrios2: TFloatField
  1275.       FieldName = 'Honor∩┐╜rios2'
  1276.       DisplayFormat = '###,###,##0.#0'
  1277.       EditFormat = '###.##'
  1278.     end
  1279.     object tCondominosHonorrios3: TFloatField
  1280.       FieldName = 'Honor∩┐╜rios3'
  1281.       DisplayFormat = '###,###,##0.#0'
  1282.       EditFormat = '###.##'
  1283.     end
  1284.     object tCondominosHonorrios4: TFloatField
  1285.       FieldName = 'Honor∩┐╜rios4'
  1286.       DisplayFormat = '###,###,##0.#0'
  1287.       EditFormat = '###.##'
  1288.     end
  1289.     object tCondominosHonorrios5: TFloatField
  1290.       FieldName = 'Honor∩┐╜rios5'
  1291.       DisplayFormat = '###,###,##0.#0'
  1292.       EditFormat = '###.##'
  1293.     end
  1294.     object tCondominosHonorrios6: TFloatField
  1295.       FieldName = 'Honor∩┐╜rios6'
  1296.       DisplayFormat = '###,###,##0.#0'
  1297.       EditFormat = '###.##'
  1298.     end
  1299.     object tCondominosHonorrios7: TFloatField
  1300.       FieldName = 'Honor∩┐╜rios7'
  1301.       DisplayFormat = '###,###,##0.#0'
  1302.       EditFormat = '###.##'
  1303.     end
  1304.     object tCondominosHonorrios8: TFloatField
  1305.       FieldName = 'Honor∩┐╜rios8'
  1306.       DisplayFormat = '###,###,##0.#0'
  1307.       EditFormat = '###.##'
  1308.     end
  1309.     object tCondominosHonorrios9: TFloatField
  1310.       FieldName = 'Honor∩┐╜rios9'
  1311.       DisplayFormat = '###,###,##0.#0'
  1312.       EditFormat = '###.##'
  1313.     end
  1314.     object tCondominosHonorrios10: TFloatField
  1315.       FieldName = 'Honor∩┐╜rios10'
  1316.       DisplayFormat = '###,###,##0.#0'
  1317.       EditFormat = '###.##'
  1318.     end
  1319.     object tCondominosHonorrios11: TFloatField
  1320.       FieldName = 'Honor∩┐╜rios11'
  1321.       DisplayFormat = '###,###,##0.#0'
  1322.       EditFormat = '###.##'
  1323.     end
  1324.     object tCondominosHonorrios12: TFloatField
  1325.       FieldName = 'Honor∩┐╜rios12'
  1326.       DisplayFormat = '###,###,##0.#0'
  1327.       EditFormat = '###.##'
  1328.     end
  1329.     object tCondominosPagaHonorrios: TBooleanField
  1330.       FieldName = 'Paga Honor∩┐╜rios'
  1331.     end
  1332.     object tCondominosHon1: TFloatField
  1333.       FieldName = 'Hon1'
  1334.       DisplayFormat = '###,###,##0.#0'
  1335.       EditFormat = '###.##'
  1336.     end
  1337.     object tCondominosLeituraInicial: TFloatField
  1338.       FieldName = 'Leitura Inicial'
  1339.       DisplayFormat = '###,###,##0.##0'
  1340.       EditFormat = '###.###'
  1341.     end
  1342.     object tCondominosLeitura1: TFloatField
  1343.       FieldName = 'Leitura1'
  1344.       DisplayFormat = '###,###,##0.##0'
  1345.       EditFormat = '###.###'
  1346.     end
  1347.     object tCondominosLeitura2: TFloatField
  1348.       FieldName = 'Leitura2'
  1349.       DisplayFormat = '###,###,##0.##0'
  1350.       EditFormat = '###.###'
  1351.     end
  1352.     object tCondominosLeitura3: TFloatField
  1353.       FieldName = 'Leitura3'
  1354.       DisplayFormat = '###,###,##0.##0'
  1355.       EditFormat = '###.###'
  1356.     end
  1357.     object tCondominosLeitura4: TFloatField
  1358.       FieldName = 'Leitura4'
  1359.       DisplayFormat = '###,###,##0.##0'
  1360.       EditFormat = '###.###'
  1361.     end
  1362.     object tCondominosLeitura5: TFloatField
  1363.       FieldName = 'Leitura5'
  1364.       DisplayFormat = '###,###,##0.##0'
  1365.       EditFormat = '###.###'
  1366.     end
  1367.     object tCondominosLeitura6: TFloatField
  1368.       FieldName = 'Leitura6'
  1369.       DisplayFormat = '###,###,##0.##0'
  1370.       EditFormat = '###.###'
  1371.     end
  1372.     object tCondominosLeitura7: TFloatField
  1373.       FieldName = 'Leitura7'
  1374.       DisplayFormat = '###,###,##0.##0'
  1375.       EditFormat = '###.###'
  1376.     end
  1377.     object tCondominosLeitura8: TFloatField
  1378.       FieldName = 'Leitura8'
  1379.       DisplayFormat = '###,###,##0.##0'
  1380.       EditFormat = '###.###'
  1381.     end
  1382.     object tCondominosLeitura9: TFloatField
  1383.       FieldName = 'Leitura9'
  1384.       DisplayFormat = '###,###,##0.##0'
  1385.       EditFormat = '###.###'
  1386.     end
  1387.     object tCondominosLeitura10: TFloatField
  1388.       FieldName = 'Leitura10'
  1389.       DisplayFormat = '###,###,##0.##0'
  1390.       EditFormat = '###.###'
  1391.     end
  1392.     object tCondominosLeitura11: TFloatField
  1393.       FieldName = 'Leitura11'
  1394.       DisplayFormat = '###,###,##0.##0'
  1395.       EditFormat = '###.###'
  1396.     end
  1397.     object tCondominosLeitura12: TFloatField
  1398.       FieldName = 'Leitura12'
  1399.       DisplayFormat = '###,###,##0.##0'
  1400.       EditFormat = '###.###'
  1401.     end
  1402.     object tCondominosDN: TDateField
  1403.       FieldName = 'DN'
  1404.     end
  1405.     object tCondominosDNInquilino: TDateField
  1406.       FieldName = 'DN Inquilino'
  1407.     end
  1408.     object tCondominosDNProcurador: TDateField
  1409.       FieldName = 'DN Procurador'
  1410.     end
  1411.     object tCondominosApolice: TStringField
  1412.       FieldName = 'Apolice'
  1413.     end
  1414.     object tCondominosEmailProcurador: TStringField
  1415.       FieldName = 'Email Procurador'
  1416.       Size = 30
  1417.     end
  1418.     object tCondominosGs: TStringField
  1419.       FieldName = 'G∩┐╜s'
  1420.       Size = 1
  1421.     end
  1422.     object tCondominosApartamento: TStringField
  1423.       FieldName = 'Apartamento'
  1424.       Size = 15
  1425.     end
  1426.     object tCondominosApelidoConjuge: TStringField
  1427.       FieldName = 'Apelido Conjuge'
  1428.     end
  1429.     object tCondominosNomeConjuge: TStringField
  1430.       FieldName = 'Nome Conjuge'
  1431.       Size = 40
  1432.     end
  1433.     object tCondominosActivo: TBooleanField
  1434.       FieldName = 'Activo'
  1435.     end
  1436.     object tCondominosBloco: TStringField
  1437.       FieldName = 'Bloco'
  1438.     end
  1439.     object tCondominosTopologia: TStringField
  1440.       FieldName = 'Topologia'
  1441.       Size = 10
  1442.     end
  1443.   end
  1444.   object dsCondominos: TDataSource
  1445.     DataSet = tCondominos
  1446.     Left = 24
  1447.     Top = 56
  1448.   end
  1449.   object tLivro: TTable
  1450.     AfterInsert = tLivroAfterInsert
  1451.     BeforeEdit = tLivroBeforeEdit
  1452.     BeforePost = tLivroBeforePost
  1453.     AfterPost = tLivroAfterDelete
  1454.     BeforeDelete = tLivroBeforeDelete
  1455.     AfterDelete = tLivroAfterDelete
  1456.     OnPostError = tLivroPostError
  1457.     DatabaseName = 'Database1'
  1458.     Filtered = True
  1459.     FieldDefs = <
  1460.       item
  1461.         Name = 'N'
  1462.         Attributes = [faReadonly]
  1463.         DataType = ftAutoInc
  1464.       end
  1465.       item
  1466.         Name = 'Conta'
  1467.         DataType = ftString
  1468.         Size = 20
  1469.       end
  1470.       item
  1471.         Name = 'Data'
  1472.         Attributes = [faRequired]
  1473.         DataType = ftDate
  1474.       end
  1475.       item
  1476.         Name = 'Documento'
  1477.         DataType = ftString
  1478.         Size = 25
  1479.       end
  1480.       item
  1481.         Name = 'Descritivo'
  1482.         DataType = ftString
  1483.         Size = 50
  1484.       end
  1485.       item
  1486.         Name = 'Despesa'
  1487.         DataType = ftFloat
  1488.       end
  1489.       item
  1490.         Name = 'Receita'
  1491.         DataType = ftFloat
  1492.       end
  1493.       item
  1494.         Name = 'R∩┐╜brica'
  1495.         DataType = ftString
  1496.         Size = 25
  1497.       end
  1498.       item
  1499.         Name = 'Refer∩┐╜ncia'
  1500.         DataType = ftString
  1501.         Size = 15
  1502.       end
  1503.       item
  1504.         Name = 'Autom∩┐╜tico'
  1505.         DataType = ftBoolean
  1506.       end
  1507.       item
  1508.         Name = 'Conferido'
  1509.         DataType = ftString
  1510.         Size = 3
  1511.       end
  1512.       item
  1513.         Name = 'Contacto'
  1514.         DataType = ftInteger
  1515.       end
  1516.       item
  1517.         Name = 'Por Liquidar'
  1518.         DataType = ftFloat
  1519.       end
  1520.       item
  1521.         Name = 'Pago'
  1522.         DataType = ftBoolean
  1523.       end>
  1524.     IndexDefs = <
  1525.       item
  1526.         Name = 'tLivroIndex0'
  1527.         Fields = 'N'
  1528.         Options = [ixPrimary, ixUnique]
  1529.       end
  1530.       item
  1531.         Name = 'iRubrica'
  1532.         Fields = 'R∩┐╜brica;Conta'
  1533.         Options = [ixCaseInsensitive]
  1534.       end
  1535.       item
  1536.         Name = 'iDescritivo'
  1537.         Fields = 'Descritivo;Conta'
  1538.         Options = [ixCaseInsensitive]
  1539.       end
  1540.       item
  1541.         Name = 'iDocumento'
  1542.         Fields = 'Documento;Conta'
  1543.         Options = [ixCaseInsensitive]
  1544.       end
  1545.       item
  1546.         Name = 'iData'
  1547.         Fields = 'Data;Conta'
  1548.         Options = [ixCaseInsensitive]
  1549.       end
  1550.       item
  1551.         Name = 'iReferencia'
  1552.         Fields = 'Refer∩┐╜ncia'
  1553.         Options = [ixCaseInsensitive]
  1554.       end>
  1555.     IndexName = 'iData'
  1556.     StoreDefs = True
  1557.     TableName = 'Livro.db'
  1558.     Left = 152
  1559.     Top = 8
  1560.     object tLivroN: TAutoIncField
  1561.       FieldName = 'N'
  1562.     end
  1563.     object tLivroData: TDateField
  1564.       FieldName = 'Data'
  1565.     end
  1566.     object tLivroDocumento: TStringField
  1567.       DisplayWidth = 25
  1568.       FieldName = 'Documento'
  1569.       Size = 25
  1570.     end
  1571.     object tLivroDespesa: TFloatField
  1572.       DisplayWidth = 12
  1573.       FieldName = 'Despesa'
  1574.       EditFormat = '###.##'
  1575.     end
  1576.     object tLivroReceita: TFloatField
  1577.       DisplayWidth = 12
  1578.       FieldName = 'Receita'
  1579.       EditFormat = '###.##'
  1580.     end
  1581.     object tLivroDescritivo: TStringField
  1582.       FieldName = 'Descritivo'
  1583.       Size = 50
  1584.     end
  1585.     object tLivroConta: TStringField
  1586.       FieldName = 'Conta'
  1587.     end
  1588.     object tLivroRubrica: TStringField
  1589.       FieldName = 'R∩┐╜brica'
  1590.       Size = 25
  1591.     end
  1592.     object tLivroReferncia: TStringField
  1593.       FieldName = 'Refer∩┐╜ncia'
  1594.       Size = 15
  1595.     end
  1596.     object tLivroAutomtico: TBooleanField
  1597.       FieldName = 'Autom∩┐╜tico'
  1598.     end
  1599.     object tLivroConferido: TStringField
  1600.       FieldName = 'Conferido'
  1601.       Size = 3
  1602.     end
  1603.     object tLivroContacto: TIntegerField
  1604.       FieldName = 'Contacto'
  1605.     end
  1606.     object tLivroPorLiquidar: TFloatField
  1607.       FieldName = 'Por Liquidar'
  1608.       EditFormat = '###.##'
  1609.     end
  1610.     object tLivroPago: TBooleanField
  1611.       FieldName = 'Pago'
  1612.     end
  1613.     object tLivroAuxContacto: TStringField
  1614.       FieldKind = fkLookup
  1615.       FieldName = 'AuxContacto'
  1616.       LookupDataSet = tContactos
  1617.       LookupKeyFields = 'ID'
  1618.       LookupResultField = 'Descritivo'
  1619.       KeyFields = 'Contacto'
  1620.       Size = 50
  1621.       Lookup = True
  1622.     end
  1623.   end
  1624.   object dsLivro: TDataSource
  1625.     DataSet = tLivro
  1626.     Left = 152
  1627.     Top = 56
  1628.   end
  1629.   object tContactos: TTable
  1630.     AfterInsert = tContactosAfterInsert
  1631.     AfterPost = tContactosAfterDelete
  1632.     AfterDelete = tContactosAfterDelete
  1633.     OnPostError = tContactosPostError
  1634.     DatabaseName = 'Database1'
  1635.     FieldDefs = <
  1636.       item
  1637.         Name = 'ID'
  1638.         DataType = ftInteger
  1639.       end
  1640.       item
  1641.         Name = 'C∩┐╜digo'
  1642.         Attributes = [faRequired]
  1643.         DataType = ftString
  1644.         Size = 20
  1645.       end
  1646.       item
  1647.         Name = 'Descritivo'
  1648.         DataType = ftString
  1649.         Size = 50
  1650.       end
  1651.       item
  1652.         Name = 'Endere∩┐╜o'
  1653.         DataType = ftMemo
  1654.         Size = 240
  1655.       end
  1656.       item
  1657.         Name = 'Cp'
  1658.         DataType = ftString
  1659.         Size = 10
  1660.       end
  1661.       item
  1662.         Name = 'Cp1'
  1663.         DataType = ftString
  1664.         Size = 25
  1665.       end
  1666.       item
  1667.         Name = 'Telefone'
  1668.         DataType = ftString
  1669.         Size = 25
  1670.       end
  1671.       item
  1672.         Name = 'Fax'
  1673.         DataType = ftString
  1674.         Size = 25
  1675.       end
  1676.       item
  1677.         Name = 'Email'
  1678.         DataType = ftString
  1679.         Size = 30
  1680.       end
  1681.       item
  1682.         Name = 'Seguran∩┐╜a Social'
  1683.         DataType = ftString
  1684.         Size = 15
  1685.       end
  1686.       item
  1687.         Name = 'Contribuinte'
  1688.         DataType = ftString
  1689.         Size = 10
  1690.       end
  1691.       item
  1692.         Name = 'Tipo Rendimento'
  1693.         DataType = ftString
  1694.         Size = 3
  1695.       end
  1696.       item
  1697.         Name = 'Empregado'
  1698.         DataType = ftString
  1699.         Size = 3
  1700.       end
  1701.       item
  1702.         Name = 'Obs.'
  1703.         DataType = ftMemo
  1704.         Size = 240
  1705.       end
  1706.       item
  1707.         Name = 'Tlm'
  1708.         DataType = ftString
  1709.         Size = 25
  1710.       end
  1711.       item
  1712.         Name = 'Seguradora'
  1713.         DataType = ftString
  1714.         Size = 30
  1715.       end
  1716.       item
  1717.         Name = 'Morada Seguradora'
  1718.         DataType = ftMemo
  1719.         Size = 240
  1720.       end
  1721.       item
  1722.         Name = 'Cp Seguradora'
  1723.         DataType = ftString
  1724.         Size = 10
  1725.       end
  1726.       item
  1727.         Name = 'Cp1 Seguradora'
  1728.         DataType = ftString
  1729.         Size = 25
  1730.       end
  1731.       item
  1732.         Name = 'Telefone Seguradora'
  1733.         DataType = ftString
  1734.         Size = 25
  1735.       end
  1736.       item
  1737.         Name = 'Fax Seguradora'
  1738.         DataType = ftString
  1739.         Size = 25
  1740.       end
  1741.       item
  1742.         Name = 'Email Seguradora'
  1743.         DataType = ftString
  1744.         Size = 30
  1745.       end
  1746.       item
  1747.         Name = 'Ap∩┐╜lice'
  1748.         DataType = ftString
  1749.         Size = 20
  1750.       end
  1751.       item
  1752.         Name = 'In∩┐╜cio'
  1753.         DataType = ftDate
  1754.       end
  1755.       item
  1756.         Name = 'Fim'
  1757.         DataType = ftDate
  1758.       end
  1759.       item
  1760.         Name = 'Pr∩┐╜mio1'
  1761.         DataType = ftFloat
  1762.       end
  1763.       item
  1764.         Name = 'Pr∩┐╜mio2'
  1765.         DataType = ftFloat
  1766.       end
  1767.       item
  1768.         Name = 'Valor Seguro1'
  1769.         DataType = ftFloat
  1770.       end
  1771.       item
  1772.         Name = 'Valor Seguro2'
  1773.         DataType = ftFloat
  1774.       end
  1775.       item
  1776.         Name = 'Foto'
  1777.         DataType = ftString
  1778.         Size = 255
  1779.       end
  1780.       item
  1781.         Name = 'Sal∩┐╜rio'
  1782.         DataType = ftFloat
  1783.       end
  1784.       item
  1785.         Name = 'NIB'
  1786.         DataType = ftString
  1787.         Size = 23
  1788.       end
  1789.       item
  1790.         Name = 'Ocorr∩┐╜ncias'
  1791.         DataType = ftMemo
  1792.         Size = 240
  1793.       end
  1794.       item
  1795.         Name = 'Previs∩┐╜o Aumento'
  1796.         DataType = ftFloat
  1797.       end
  1798.       item
  1799.         Name = 'Tipo Pagamento'
  1800.         DataType = ftString
  1801.         Size = 15
  1802.       end
  1803.       item
  1804.         Name = 'Modo Pagamento'
  1805.         DataType = ftString
  1806.         Size = 15
  1807.       end
  1808.       item
  1809.         Name = 'Fornecedor'
  1810.         DataType = ftString
  1811.         Size = 3
  1812.       end
  1813.       item
  1814.         Name = 'Stretch'
  1815.         DataType = ftBoolean
  1816.       end
  1817.       item
  1818.         Name = 'Sal∩┐╜rio2'
  1819.         DataType = ftFloat
  1820.       end
  1821.       item
  1822.         Name = 'Http'
  1823.         DataType = ftString
  1824.         Size = 40
  1825.       end
  1826.       item
  1827.         Name = 'Saldo'
  1828.         DataType = ftFloat
  1829.       end>
  1830.     StoreDefs = True
  1831.     TableName = 'Contactos.db'
  1832.     Left = 88
  1833.     Top = 104
  1834.     object tContactosID: TIntegerField
  1835.       FieldName = 'ID'
  1836.     end
  1837.     object tContactosCdigo: TStringField
  1838.       FieldName = 'C∩┐╜digo'
  1839.       Required = True
  1840.     end
  1841.     object tContactosDescritivo: TStringField
  1842.       DisplayLabel = 'Descri∩┐╜∩┐╜o'
  1843.       FieldName = 'Descritivo'
  1844.       Size = 50
  1845.     end
  1846.     object tContactosEndereo: TMemoField
  1847.       FieldName = 'Endere∩┐╜o'
  1848.       BlobType = ftMemo
  1849.       Size = 240
  1850.     end
  1851.     object tContactosCp: TStringField
  1852.       DisplayWidth = 10
  1853.       FieldName = 'Cp'
  1854.       Size = 10
  1855.     end
  1856.     object tContactosCp1: TStringField
  1857.       FieldName = 'Cp1'
  1858.       Size = 25
  1859.     end
  1860.     object tContactosTelefone: TStringField
  1861.       FieldName = 'Telefone'
  1862.       Size = 25
  1863.     end
  1864.     object tContactosFax: TStringField
  1865.       FieldName = 'Fax'
  1866.       Size = 25
  1867.     end
  1868.     object tContactosEmail: TStringField
  1869.       FieldName = 'Email'
  1870.       Size = 30
  1871.     end
  1872.     object tContactosSeguranaSocial: TStringField
  1873.       FieldName = 'Seguran∩┐╜a Social'
  1874.       Size = 15
  1875.     end
  1876.     object tContactosContribuinte: TStringField
  1877.       FieldName = 'Contribuinte'
  1878.       Size = 10
  1879.     end
  1880.     object tContactosTipoRendimento: TStringField
  1881.       FieldName = 'Tipo Rendimento'
  1882.       Size = 3
  1883.     end
  1884.     object tContactosObs: TMemoField
  1885.       FieldName = 'Obs.'
  1886.       BlobType = ftMemo
  1887.       Size = 240
  1888.     end
  1889.     object tContactosEmpregado: TStringField
  1890.       FieldName = 'Empregado'
  1891.       Size = 3
  1892.     end
  1893.     object tContactosTlm: TStringField
  1894.       FieldName = 'Tlm'
  1895.       Size = 25
  1896.     end
  1897.     object tContactosSeguradora: TStringField
  1898.       FieldName = 'Seguradora'
  1899.       Size = 30
  1900.     end
  1901.     object tContactosMoradaSeguradora: TMemoField
  1902.       FieldName = 'Morada Seguradora'
  1903.       BlobType = ftMemo
  1904.       Size = 240
  1905.     end
  1906.     object tContactosCpSeguradora: TStringField
  1907.       FieldName = 'Cp Seguradora'
  1908.       Size = 10
  1909.     end
  1910.     object tContactosCp1Seguradora: TStringField
  1911.       FieldName = 'Cp1 Seguradora'
  1912.       Size = 25
  1913.     end
  1914.     object tContactosTelefoneSeguradora: TStringField
  1915.       FieldName = 'Telefone Seguradora'
  1916.       Size = 25
  1917.     end
  1918.     object tContactosFaxSeguradora: TStringField
  1919.       FieldName = 'Fax Seguradora'
  1920.       Size = 25
  1921.     end
  1922.     object tContactosEmailSeguradora: TStringField
  1923.       FieldName = 'Email Seguradora'
  1924.       Size = 30
  1925.     end
  1926.     object tContactosAplice: TStringField
  1927.       FieldName = 'Ap∩┐╜lice'
  1928.     end
  1929.     object tContactosIncio: TDateField
  1930.       FieldName = 'In∩┐╜cio'
  1931.     end
  1932.     object tContactosFim: TDateField
  1933.       FieldName = 'Fim'
  1934.     end
  1935.     object tContactosPrmio1: TFloatField
  1936.       FieldName = 'Pr∩┐╜mio1'
  1937.       DisplayFormat = '###,###,##0.#0'
  1938.       EditFormat = '###.##'
  1939.     end
  1940.     object tContactosPrmio2: TFloatField
  1941.       FieldName = 'Pr∩┐╜mio2'
  1942.       DisplayFormat = '###,###,##0.#0'
  1943.       EditFormat = '###.##'
  1944.     end
  1945.     object tContactosValorSeguro1: TFloatField
  1946.       FieldName = 'Valor Seguro1'
  1947.       DisplayFormat = '###,###,##0.#0'
  1948.       EditFormat = '###.##'
  1949.     end
  1950.     object tContactosValorSeguro2: TFloatField
  1951.       FieldName = 'Valor Seguro2'
  1952.       DisplayFormat = '###,###,##0.#0'
  1953.       EditFormat = '###.##'
  1954.     end
  1955.     object tContactosFoto: TStringField
  1956.       FieldName = 'Foto'
  1957.       Size = 255
  1958.     end
  1959.     object tContactosSalrio: TFloatField
  1960.       FieldName = 'Sal∩┐╜rio'
  1961.       DisplayFormat = '###,###,##0.#0'
  1962.       EditFormat = '###.##'
  1963.     end
  1964.     object tContactosNIB: TStringField
  1965.       FieldName = 'NIB'
  1966.       Size = 23
  1967.     end
  1968.     object tContactosOcorrncias: TMemoField
  1969.       FieldName = 'Ocorr∩┐╜ncias'
  1970.       BlobType = ftMemo
  1971.       Size = 240
  1972.     end
  1973.     object tContactosPrevisoAumento: TFloatField
  1974.       FieldName = 'Previs∩┐╜o Aumento'
  1975.     end
  1976.     object tContactosTipoPagamento: TStringField
  1977.       FieldName = 'Tipo Pagamento'
  1978.       Size = 15
  1979.     end
  1980.     object tContactosModoPagamento: TStringField
  1981.       FieldName = 'Modo Pagamento'
  1982.       Size = 15
  1983.     end
  1984.     object tContactosFornecedor: TStringField
  1985.       FieldName = 'Fornecedor'
  1986.       Size = 3
  1987.     end
  1988.     object tContactosStretch: TBooleanField
  1989.       FieldName = 'Stretch'
  1990.     end
  1991.     object tContactosSalrio2: TFloatField
  1992.       FieldName = 'Sal∩┐╜rio2'
  1993.       DisplayFormat = '###,###,##0.#0'
  1994.       EditFormat = '###.##'
  1995.     end
  1996.     object tContactosHttp: TStringField
  1997.       FieldName = 'Http'
  1998.       Size = 40
  1999.     end
  2000.     object tContactosSaldo: TFloatField
  2001.       FieldName = 'Saldo'
  2002.     end
  2003.   end
  2004.   object dsContactos: TDataSource
  2005.     DataSet = tContactos
  2006.     Left = 88
  2007.     Top = 152
  2008.   end
  2009.   object tAssembleias: TTable
  2010.     AfterPost = tAssembleiasAfterDelete
  2011.     AfterDelete = tAssembleiasAfterDelete
  2012.     OnPostError = tAssembleiasPostError
  2013.     DatabaseName = 'Database1'
  2014.     FieldDefs = <
  2015.       item
  2016.         Name = 'N'
  2017.         Attributes = [faReadonly]
  2018.         DataType = ftAutoInc
  2019.       end
  2020.       item
  2021.         Name = 'Data'
  2022.         Attributes = [faRequired]
  2023.         DataType = ftDate
  2024.       end
  2025.       item
  2026.         Name = 'Endere∩┐╜o'
  2027.         DataType = ftMemo
  2028.         Size = 240
  2029.       end
  2030.       item
  2031.         Name = 'Local'
  2032.         DataType = ftString
  2033.         Size = 30
  2034.       end
  2035.       item
  2036.         Name = 'Hora'
  2037.         DataType = ftTime
  2038.       end
  2039.       item
  2040.         Name = 'Data Alternativa'
  2041.         DataType = ftDate
  2042.       end
  2043.       item
  2044.         Name = 'Ordem Trabalhos'
  2045.         DataType = ftMemo
  2046.         Size = 240
  2047.       end
  2048.       item
  2049.         Name = 'Hora Alternativa'
  2050.         DataType = ftTime
  2051.       end
  2052.       item
  2053.         Name = 'Cp'
  2054.         DataType = ftString
  2055.         Size = 10
  2056.       end
  2057.       item
  2058.         Name = 'Cp1'
  2059.         DataType = ftString
  2060.         Size = 25
  2061.       end
  2062.       item
  2063.         Name = 'Acta'
  2064.         DataType = ftString
  2065.         Size = 255
  2066.       end
  2067.       item
  2068.         Name = 'Observa∩┐╜∩┐╜es'
  2069.         DataType = ftMemo
  2070.         Size = 240
  2071.       end>
  2072.     IndexDefs = <
  2073.       item
  2074.         Name = 'tAssembleiasIndex0'
  2075.         Fields = 'N'
  2076.         Options = [ixPrimary, ixUnique]
  2077.       end
  2078.       item
  2079.         Name = 'iData2'
  2080.         Fields = 'Data Alternativa'
  2081.         Options = [ixCaseInsensitive]
  2082.       end
  2083.       item
  2084.         Name = 'iData'
  2085.         Fields = 'Data'
  2086.         Options = [ixCaseInsensitive]
  2087.       end>
  2088.     IndexName = 'iData'
  2089.     StoreDefs = True
  2090.     TableName = 'Assembleias.db'
  2091.     Left = 24
  2092.     Top = 200
  2093.     object tAssembleiasN: TAutoIncField
  2094.       FieldName = 'N'
  2095.     end
  2096.     object tAssembleiasData: TDateField
  2097.       FieldName = 'Data'
  2098.       Required = True
  2099.     end
  2100.     object tAssembleiasEndereo: TMemoField
  2101.       FieldName = 'Endere∩┐╜o'
  2102.       BlobType = ftMemo
  2103.       Size = 240
  2104.     end
  2105.     object tAssembleiasLocal: TStringField
  2106.       FieldName = 'Local'
  2107.       Size = 30
  2108.     end
  2109.     object tAssembleiasHora: TTimeField
  2110.       FieldName = 'Hora'
  2111.       DisplayFormat = 'hh:mm'
  2112.       EditMask = '!90:00:\0\0;1;_'
  2113.     end
  2114.     object tAssembleiasDataAlternativa: TDateField
  2115.       FieldName = 'Data Alternativa'
  2116.     end
  2117.     object tAssembleiasOrdemTrabalhos: TMemoField
  2118.       FieldName = 'Ordem Trabalhos'
  2119.       BlobType = ftMemo
  2120.       Size = 240
  2121.     end
  2122.     object tAssembleiasHoraAlternativa: TTimeField
  2123.       FieldName = 'Hora Alternativa'
  2124.       DisplayFormat = 'hh:mm'
  2125.       EditMask = '!90:00:\0\0;1;_'
  2126.     end
  2127.     object tAssembleiasCp: TStringField
  2128.       FieldName = 'Cp'
  2129.       Size = 10
  2130.     end
  2131.     object tAssembleiasCp1: TStringField
  2132.       FieldName = 'Cp1'
  2133.       Size = 25
  2134.     end
  2135.     object tAssembleiasActa: TStringField
  2136.       FieldName = 'Acta'
  2137.       Size = 255
  2138.     end
  2139.     object tAssembleiasObservaes: TMemoField
  2140.       FieldName = 'Observa∩┐╜∩┐╜es'
  2141.       BlobType = ftMemo
  2142.       Size = 240
  2143.     end
  2144.   end
  2145.   object dsAssembleias: TDataSource
  2146.     DataSet = tAssembleias
  2147.     Left = 24
  2148.     Top = 248
  2149.   end
  2150.   object tContas: TTable
  2151.     AfterPost = tContasAfterDelete
  2152.     AfterDelete = tContasAfterDelete
  2153.     OnPostError = tContasPostError
  2154.     DatabaseName = 'Database1'
  2155.     FieldDefs = <
  2156.       item
  2157.         Name = 'N'
  2158.         DataType = ftAutoInc
  2159.       end
  2160.       item
  2161.         Name = 'Conta'
  2162.         DataType = ftString
  2163.         Size = 20
  2164.       end>
  2165.     StoreDefs = True
  2166.     TableName = 'Contas.db'
  2167.     Left = 136
  2168.     Top = 200
  2169.   end
  2170.   object dsContas: TDataSource
  2171.     DataSet = tContas
  2172.     Left = 144
  2173.     Top = 248
  2174.   end
  2175.   object tCondominio: TTable
  2176.     AfterOpen = tCondominioAfterOpen
  2177.     AfterPost = tCondominioAfterDelete
  2178.     AfterDelete = tCondominioAfterDelete
  2179.     OnPostError = tCondominioPostError
  2180.     DatabaseName = 'Database1'
  2181.     FieldDefs = <
  2182.       item
  2183.         Name = 'Condom∩┐╜nio'
  2184.         DataType = ftString
  2185.         Size = 50
  2186.       end
  2187.       item
  2188.         Name = 'Endere∩┐╜o'
  2189.         DataType = ftMemo
  2190.         Size = 240
  2191.       end
  2192.       item
  2193.         Name = 'Cp'
  2194.         DataType = ftString
  2195.         Size = 10
  2196.       end
  2197.       item
  2198.         Name = 'Cp2'
  2199.         DataType = ftString
  2200.         Size = 25
  2201.       end
  2202.       item
  2203.         Name = 'Administrador'
  2204.         DataType = ftString
  2205.         Size = 40
  2206.       end
  2207.       item
  2208.         Name = 'Ano'
  2209.         DataType = ftSmallint
  2210.       end
  2211.       item
  2212.         Name = 'Pessoa Colectiva'
  2213.         DataType = ftString
  2214.         Size = 80
  2215.       end
  2216.       item
  2217.         Name = 'Contr.'
  2218.         DataType = ftString
  2219.         Size = 12
  2220.       end
  2221.       item
  2222.         Name = 'Predial'
  2223.         DataType = ftString
  2224.         Size = 15
  2225.       end
  2226.       item
  2227.         Name = 'Matricial'
  2228.         DataType = ftString
  2229.         Size = 15
  2230.       end
  2231.       item
  2232.         Name = 'Or∩┐╜amento1'
  2233.         DataType = ftFloat
  2234.       end
  2235.       item
  2236.         Name = 'Seguradora'
  2237.         DataType = ftString
  2238.         Size = 30
  2239.       end
  2240.       item
  2241.         Name = 'Apolice'
  2242.         DataType = ftString
  2243.         Size = 20
  2244.       end
  2245.       item
  2246.         Name = 'Premio1'
  2247.         DataType = ftFloat
  2248.       end
  2249.       item
  2250.         Name = 'Inicio'
  2251.         DataType = ftDate
  2252.       end
  2253.       item
  2254.         Name = 'Fim'
  2255.         DataType = ftDate
  2256.       end
  2257.       item
  2258.         Name = 'Or∩┐╜amento2'
  2259.         DataType = ftFloat
  2260.       end
  2261.       item
  2262.         Name = 'Premio2'
  2263.         DataType = ftFloat
  2264.       end
  2265.       item
  2266.         Name = 'Tipo'
  2267.         DataType = ftString
  2268.         Size = 40
  2269.       end
  2270.       item
  2271.         Name = 'Telefone Seguradora'
  2272.         DataType = ftString
  2273.         Size = 25
  2274.       end
  2275.       item
  2276.         Name = 'Fax Seguradora'
  2277.         DataType = ftString
  2278.         Size = 25
  2279.       end
  2280.       item
  2281.         Name = 'Email Seguradora'
  2282.         DataType = ftString
  2283.         Size = 30
  2284.       end
  2285.       item
  2286.         Name = 'Valor Seguro1'
  2287.         DataType = ftFloat
  2288.       end
  2289.       item
  2290.         Name = 'Morada Seguradora'
  2291.         DataType = ftMemo
  2292.         Size = 240
  2293.       end
  2294.       item
  2295.         Name = 'Cp Seguradora'
  2296.         DataType = ftString
  2297.         Size = 10
  2298.       end
  2299.       item
  2300.         Name = 'Cp1 Seguradora'
  2301.         DataType = ftString
  2302.         Size = 25
  2303.       end
  2304.       item
  2305.         Name = 'Valor Seguro2'
  2306.         DataType = ftFloat
  2307.       end
  2308.       item
  2309.         Name = 'Moeda'
  2310.         DataType = ftString
  2311.         Size = 10
  2312.       end
  2313.       item
  2314.         Name = 'Dados'
  2315.         DataType = ftString
  2316.         Size = 250
  2317.       end
  2318.       item
  2319.         Name = 'Construtor'
  2320.         DataType = ftString
  2321.         Size = 30
  2322.       end
  2323.       item
  2324.         Name = 'Ano Constru∩┐╜∩┐╜o'
  2325.         DataType = ftString
  2326.         Size = 7
  2327.       end
  2328.       item
  2329.         Name = 'Frac∩┐╜∩┐╜es Habita∩┐╜∩┐╜o'
  2330.         DataType = ftSmallint
  2331.       end
  2332.       item
  2333.         Name = 'Frac∩┐╜∩┐╜es Comerciais'
  2334.         DataType = ftSmallint
  2335.       end
  2336.       item
  2337.         Name = 'Frac∩┐╜∩┐╜es Escrit∩┐╜rios'
  2338.         DataType = ftSmallint
  2339.       end
  2340.       item
  2341.         Name = 'Frac∩┐╜∩┐╜es Outras'
  2342.         DataType = ftSmallint
  2343.       end
  2344.       item
  2345.         Name = 'Descri∩┐╜∩┐╜o Seguro1'
  2346.         DataType = ftString
  2347.         Size = 80
  2348.       end
  2349.       item
  2350.         Name = 'Descri∩┐╜∩┐╜o Seguro2'
  2351.         DataType = ftString
  2352.         Size = 80
  2353.       end
  2354.       item
  2355.         Name = 'Vias Documento'
  2356.         DataType = ftSmallint
  2357.       end
  2358.       item
  2359.         Name = 'Contacto Seguradora'
  2360.         DataType = ftString
  2361.         Size = 30
  2362.       end
  2363.       item
  2364.         Name = 'Permilagem'
  2365.         DataType = ftFloat
  2366.       end
  2367.       item
  2368.         Name = '∩┐╜rea'
  2369.         DataType = ftFloat
  2370.       end
  2371.       item
  2372.         Name = 'Tipo Quota'
  2373.         DataType = ftString
  2374.         Size = 10
  2375.       end
  2376.       item
  2377.         Name = 'Descri∩┐╜∩┐╜o'
  2378.         DataType = ftString
  2379.         Size = 80
  2380.       end
  2381.       item
  2382.         Name = 'Ano Fim'
  2383.         DataType = ftSmallint
  2384.       end
  2385.       item
  2386.         Name = 'QE'
  2387.         DataType = ftFloat
  2388.       end
  2389.       item
  2390.         Name = 'Descri∩┐╜∩┐╜o QE'
  2391.         DataType = ftString
  2392.         Size = 50
  2393.       end
  2394.       item
  2395.         Name = 'Obra'
  2396.         DataType = ftFloat
  2397.       end
  2398.       item
  2399.         Name = 'Foto'
  2400.         DataType = ftString
  2401.         Size = 255
  2402.       end
  2403.       item
  2404.         Name = 'Tipo Aven∩┐╜a'
  2405.         DataType = ftString
  2406.         Size = 15
  2407.       end
  2408.       item
  2409.         Name = 'Aven∩┐╜a'
  2410.         DataType = ftFloat
  2411.       end
  2412.       item
  2413.         Name = 'Stretch'
  2414.         DataType = ftBoolean
  2415.       end
  2416.       item
  2417.         Name = 'CAE'
  2418.         DataType = ftString
  2419.         Size = 10
  2420.       end
  2421.       item
  2422.         Name = 'Descri∩┐╜∩┐╜o Base'
  2423.         DataType = ftMemo
  2424.         Size = 240
  2425.       end
  2426.       item
  2427.         Name = 'Descri∩┐╜∩┐╜o Adicional'
  2428.         DataType = ftMemo
  2429.         Size = 240
  2430.       end
  2431.       item
  2432.         Name = 'Permilagem Obras'
  2433.         DataType = ftFloat
  2434.       end
  2435.       item
  2436.         Name = '∩┐╜rea Obras'
  2437.         DataType = ftFloat
  2438.       end
  2439.       item
  2440.         Name = 'Permilagem Fundo'
  2441.         DataType = ftFloat
  2442.       end
  2443.       item
  2444.         Name = '∩┐╜rea Fundo'
  2445.         DataType = ftFloat
  2446.       end
  2447.       item
  2448.         Name = 'Permilagem QE'
  2449.         DataType = ftFloat
  2450.       end
  2451.       item
  2452.         Name = '∩┐╜rea QE'
  2453.         DataType = ftFloat
  2454.       end
  2455.       item
  2456.         Name = 'Fundo'
  2457.         DataType = ftFloat
  2458.       end
  2459.       item
  2460.         Name = 'Descri∩┐╜∩┐╜o Fundo'
  2461.         DataType = ftString
  2462.         Size = 50
  2463.       end
  2464.       item
  2465.         Name = 'Obra2'
  2466.         DataType = ftFloat
  2467.       end
  2468.       item
  2469.         Name = 'Fundo2'
  2470.         DataType = ftFloat
  2471.       end
  2472.       item
  2473.         Name = 'QE2'
  2474.         DataType = ftFloat
  2475.       end
  2476.       item
  2477.         Name = 'Meses QE'
  2478.         DataType = ftSmallint
  2479.       end
  2480.       item
  2481.         Name = 'Meses Fundo'
  2482.         DataType = ftSmallint
  2483.       end
  2484.       item
  2485.         Name = 'Aven∩┐╜a2'
  2486.         DataType = ftFloat
  2487.       end
  2488.       item
  2489.         Name = 'PercentagemValor'
  2490.         DataType = ftString
  2491.         Size = 12
  2492.       end
  2493.       item
  2494.         Name = 'Or∩┐╜amentoR'
  2495.         DataType = ftFloat
  2496.       end
  2497.       item
  2498.         Name = 'ObrasR'
  2499.         DataType = ftFloat
  2500.       end
  2501.       item
  2502.         Name = 'FundoR'
  2503.         DataType = ftFloat
  2504.       end
  2505.       item
  2506.         Name = 'QER'
  2507.         DataType = ftFloat
  2508.       end
  2509.       item
  2510.         Name = 'Observa∩┐╜∩┐╜es'
  2511.         DataType = ftMemo
  2512.         Size = 240
  2513.       end
  2514.       item
  2515.         Name = 'Fixa'
  2516.         DataType = ftFloat
  2517.       end
  2518.       item
  2519.         Name = 'Calculo'
  2520.         DataType = ftString
  2521.         Size = 10
  2522.       end
  2523.       item
  2524.         Name = 'Data Assembleia Orc'
  2525.         DataType = ftDate
  2526.       end
  2527.       item
  2528.         Name = 'Ano Orc'
  2529.         DataType = ftSmallint
  2530.       end
  2531.       item
  2532.         Name = 'Ano Fim Orc'
  2533.         DataType = ftSmallint
  2534.       end
  2535.       item
  2536.         Name = 'Fixa2'
  2537.         DataType = ftFloat
  2538.       end
  2539.       item
  2540.         Name = 'FRSobre'
  2541.         DataType = ftString
  2542.         Size = 10
  2543.       end
  2544.       item
  2545.         Name = 'C∩┐╜lculos Feitos'
  2546.         DataType = ftBoolean
  2547.       end
  2548.       item
  2549.         Name = 'Aluguer Contador'
  2550.         DataType = ftFloat
  2551.       end
  2552.       item
  2553.         Name = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s'
  2554.         DataType = ftFloat
  2555.       end
  2556.       item
  2557.         Name = 'Unidade'
  2558.         DataType = ftString
  2559.         Size = 3
  2560.       end
  2561.       item
  2562.         Name = 'Taxa de Servi∩┐╜o'
  2563.         DataType = ftFloat
  2564.       end
  2565.       item
  2566.         Name = 'Nome Honor∩┐╜rios'
  2567.         DataType = ftString
  2568.         Size = 12
  2569.       end
  2570.       item
  2571.         Name = 'Pre∩┐╜o ∩┐╜rea'
  2572.         DataType = ftFloat
  2573.       end
  2574.       item
  2575.         Name = 'Percentagem Incremento'
  2576.         DataType = ftFloat
  2577.       end
  2578.       item
  2579.         Name = 'Percentagem'
  2580.         DataType = ftFloat
  2581.       end
  2582.       item
  2583.         Name = 'Aluguer Contador 2'
  2584.         DataType = ftFloat
  2585.       end
  2586.       item
  2587.         Name = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s 2'
  2588.         DataType = ftFloat
  2589.       end
  2590.       item
  2591.         Name = 'Data In∩┐╜cio'
  2592.         DataType = ftDate
  2593.       end
  2594.       item
  2595.         Name = 'Data Fim'
  2596.         DataType = ftDate
  2597.       end
  2598.       item
  2599.         Name = 'DiasAD'
  2600.         DataType = ftSmallint
  2601.       end
  2602.       item
  2603.         Name = 'Juro'
  2604.         DataType = ftFloat
  2605.       end
  2606.       item
  2607.         Name = 'TipoJuro'
  2608.         DataType = ftString
  2609.         Size = 10
  2610.       end
  2611.       item
  2612.         Name = 'DadosRegisto'
  2613.         DataType = ftString
  2614.         Size = 150
  2615.       end
  2616.       item
  2617.         Name = 'PassFTP'
  2618.         DataType = ftString
  2619.         Size = 20
  2620.       end
  2621.       item
  2622.         Name = 'UserFTP'
  2623.         DataType = ftString
  2624.         Size = 20
  2625.       end>
  2626.     StoreDefs = True
  2627.     TableName = 'Condominio.db'
  2628.     Left = 96
  2629.     Top = 8
  2630.     object tCondominioCondomnio: TStringField
  2631.       DisplayWidth = 50
  2632.       FieldName = 'Condom∩┐╜nio'
  2633.       Size = 50
  2634.     end
  2635.     object tCondominioEndereo: TMemoField
  2636.       FieldName = 'Endere∩┐╜o'
  2637.       BlobType = ftMemo
  2638.       Size = 240
  2639.     end
  2640.     object tCondominioCp: TStringField
  2641.       FieldName = 'Cp'
  2642.       Size = 10
  2643.     end
  2644.     object tCondominioCp2: TStringField
  2645.       FieldName = 'Cp2'
  2646.       Size = 25
  2647.     end
  2648.     object tCondominioAdministrador: TStringField
  2649.       FieldName = 'Administrador'
  2650.       Size = 40
  2651.     end
  2652.     object p: TSmallintField
  2653.       FieldName = 'Ano'
  2654.     end
  2655.     object tCondominioPessoaColectiva: TStringField
  2656.       DisplayWidth = 80
  2657.       FieldName = 'Pessoa Colectiva'
  2658.       Size = 80
  2659.     end
  2660.     object tCondominioContr: TStringField
  2661.       DisplayWidth = 12
  2662.       FieldName = 'Contr.'
  2663.       Size = 12
  2664.     end
  2665.     object tCondominioPredial: TStringField
  2666.       FieldName = 'Predial'
  2667.       Size = 15
  2668.     end
  2669.     object tCondominioMatricial: TStringField
  2670.       FieldName = 'Matricial'
  2671.       Size = 15
  2672.     end
  2673.     object tCondominioOramento1: TFloatField
  2674.       FieldName = 'Or∩┐╜amento1'
  2675.       DisplayFormat = '###,###,##0.#0'
  2676.       EditFormat = '###.##'
  2677.     end
  2678.     object tCondominioSeguradora: TStringField
  2679.       FieldName = 'Seguradora'
  2680.       Size = 30
  2681.     end
  2682.     object tCondominioApolice: TStringField
  2683.       FieldName = 'Apolice'
  2684.     end
  2685.     object tCondominioPremio1: TFloatField
  2686.       FieldName = 'Premio1'
  2687.       DisplayFormat = '###,###,##0.#0'
  2688.       EditFormat = '###.##'
  2689.     end
  2690.     object tCondominioInicio: TDateField
  2691.       FieldName = 'Inicio'
  2692.     end
  2693.     object tCondominioFim: TDateField
  2694.       FieldName = 'Fim'
  2695.     end
  2696.     object tCondominioOramento2: TFloatField
  2697.       FieldName = 'Or∩┐╜amento2'
  2698.       DisplayFormat = '###,###,##0.#0'
  2699.       EditFormat = '###.##'
  2700.     end
  2701.     object tCondominioPremio2: TFloatField
  2702.       FieldName = 'Premio2'
  2703.       DisplayFormat = '###,###,##0.#0'
  2704.       EditFormat = '###.##'
  2705.     end
  2706.     object tCondominioTipo: TStringField
  2707.       FieldName = 'Tipo'
  2708.       Size = 40
  2709.     end
  2710.     object tCondominioTelefoneSeguradora: TStringField
  2711.       FieldName = 'Telefone Seguradora'
  2712.       Size = 25
  2713.     end
  2714.     object tCondominioFaxSeguradora: TStringField
  2715.       FieldName = 'Fax Seguradora'
  2716.       Size = 25
  2717.     end
  2718.     object tCondominioEmailSeguradora: TStringField
  2719.       FieldName = 'Email Seguradora'
  2720.       Size = 30
  2721.     end
  2722.     object tCondominioValorSeguro1: TFloatField
  2723.       FieldName = 'Valor Seguro1'
  2724.       DisplayFormat = '###,###,##0.#0'
  2725.       EditFormat = '###.##'
  2726.     end
  2727.     object tCondominioMoradaSeguradora: TMemoField
  2728.       FieldName = 'Morada Seguradora'
  2729.       BlobType = ftMemo
  2730.       Size = 240
  2731.     end
  2732.     object tCondominioCpSeguradora: TStringField
  2733.       FieldName = 'Cp Seguradora'
  2734.       Size = 10
  2735.     end
  2736.     object tCondominioCp1Seguradora: TStringField
  2737.       FieldName = 'Cp1 Seguradora'
  2738.       Size = 25
  2739.     end
  2740.     object tCondominioValorSeguro2: TFloatField
  2741.       FieldName = 'Valor Seguro2'
  2742.       DisplayFormat = '###,###,##0.#0'
  2743.       EditFormat = '###.##'
  2744.     end
  2745.     object tCondominioMoeda: TStringField
  2746.       DisplayWidth = 10
  2747.       FieldName = 'Moeda'
  2748.       Size = 10
  2749.     end
  2750.     object tCondominioDados: TStringField
  2751.       DisplayWidth = 250
  2752.       FieldName = 'Dados'
  2753.       Size = 250
  2754.     end
  2755.     object tCondominioConstrutor: TStringField
  2756.       FieldName = 'Construtor'
  2757.       Size = 30
  2758.     end
  2759.     object tCondominioAnoConstruo: TStringField
  2760.       FieldName = 'Ano Constru∩┐╜∩┐╜o'
  2761.       Size = 7
  2762.     end
  2763.     object tCondominioFracesHabitao: TSmallintField
  2764.       FieldName = 'Frac∩┐╜∩┐╜es Habita∩┐╜∩┐╜o'
  2765.     end
  2766.     object tCondominioFracesComerciais: TSmallintField
  2767.       FieldName = 'Frac∩┐╜∩┐╜es Comerciais'
  2768.     end
  2769.     object tCondominioFracesEscritrios: TSmallintField
  2770.       FieldName = 'Frac∩┐╜∩┐╜es Escrit∩┐╜rios'
  2771.     end
  2772.     object tCondominioFracesOutras: TSmallintField
  2773.       FieldName = 'Frac∩┐╜∩┐╜es Outras'
  2774.     end
  2775.     object tCondominioDescrioSeguro1: TStringField
  2776.       FieldName = 'Descri∩┐╜∩┐╜o Seguro1'
  2777.       Size = 80
  2778.     end
  2779.     object tCondominioDescrioSeguro2: TStringField
  2780.       FieldName = 'Descri∩┐╜∩┐╜o Seguro2'
  2781.       Size = 80
  2782.     end
  2783.     object tCondominioViasDocumento: TSmallintField
  2784.       FieldName = 'Vias Documento'
  2785.     end
  2786.     object tCondominioContactoSeguradora: TStringField
  2787.       FieldName = 'Contacto Seguradora'
  2788.       Size = 30
  2789.     end
  2790.     object tCondominioPermilagem: TFloatField
  2791.       FieldName = 'Permilagem'
  2792.       DisplayFormat = '###,###,##0.##0'
  2793.       EditFormat = '###.###'
  2794.     end
  2795.     object tCondominiorea: TFloatField
  2796.       FieldName = '∩┐╜rea'
  2797.       DisplayFormat = '###,###,##0.#0'
  2798.       EditFormat = '###.##'
  2799.     end
  2800.     object tCondominioTipoQuota: TStringField
  2801.       FieldName = 'Tipo Quota'
  2802.       Size = 10
  2803.     end
  2804.     object tCondominioDescrio: TStringField
  2805.       FieldName = 'Descri∩┐╜∩┐╜o'
  2806.       Size = 80
  2807.     end
  2808.     object tCondominioAnoFim: TSmallintField
  2809.       FieldName = 'Ano Fim'
  2810.     end
  2811.     object tCondominioQE: TFloatField
  2812.       FieldName = 'QE'
  2813.       DisplayFormat = '###,###,##0.#0'
  2814.       EditFormat = '###.##'
  2815.     end
  2816.     object tCondominioDescrioQE: TStringField
  2817.       FieldName = 'Descri∩┐╜∩┐╜o QE'
  2818.       Size = 50
  2819.     end
  2820.     object tCondominioObra: TFloatField
  2821.       FieldName = 'Obra'
  2822.       DisplayFormat = '###,###,##0.#0'
  2823.       EditFormat = '###.##'
  2824.     end
  2825.     object tCondominioFoto: TStringField
  2826.       FieldName = 'Foto'
  2827.       Size = 255
  2828.     end
  2829.     object tCondominioTipoAvena: TStringField
  2830.       FieldName = 'Tipo Aven∩┐╜a'
  2831.       Size = 15
  2832.     end
  2833.     object tCondominioAvena: TFloatField
  2834.       FieldName = 'Aven∩┐╜a'
  2835.       DisplayFormat = '###,###,##0.#0'
  2836.       EditFormat = '###.##'
  2837.     end
  2838.     object tCondominioStretch: TBooleanField
  2839.       FieldName = 'Stretch'
  2840.     end
  2841.     object tCondominioCAE: TStringField
  2842.       FieldName = 'CAE'
  2843.       Size = 10
  2844.     end
  2845.     object tCondominioDescrioBase: TMemoField
  2846.       FieldName = 'Descri∩┐╜∩┐╜o Base'
  2847.       BlobType = ftMemo
  2848.       Size = 240
  2849.     end
  2850.     object tCondominioDescrioAdicional: TMemoField
  2851.       FieldName = 'Descri∩┐╜∩┐╜o Adicional'
  2852.       BlobType = ftMemo
  2853.       Size = 240
  2854.     end
  2855.     object tCondominioPermilagemObras: TFloatField
  2856.       FieldName = 'Permilagem Obras'
  2857.       DisplayFormat = '###,###,##0.##0'
  2858.       EditFormat = '###.###'
  2859.     end
  2860.     object tCondominioreaObras: TFloatField
  2861.       FieldName = '∩┐╜rea Obras'
  2862.       DisplayFormat = '###,###,##0.#0'
  2863.       EditFormat = '###.##'
  2864.     end
  2865.     object tCondominioPermilagemFundo2: TFloatField
  2866.       FieldName = 'Permilagem Fundo'
  2867.       DisplayFormat = '###,###,##0.##0'
  2868.       EditFormat = '###.###'
  2869.     end
  2870.     object tCondominioreaFundo: TFloatField
  2871.       FieldName = '∩┐╜rea Fundo'
  2872.       DisplayFormat = '###,###,##0.#0'
  2873.       EditFormat = '###.##'
  2874.     end
  2875.     object tCondominioPermilagemQE: TFloatField
  2876.       FieldName = 'Permilagem QE'
  2877.       DisplayFormat = '###,###,##0.##0'
  2878.       EditFormat = '###.###'
  2879.     end
  2880.     object tCondominioreaQE: TFloatField
  2881.       FieldName = '∩┐╜rea QE'
  2882.       DisplayFormat = '###,###,##0.#0'
  2883.       EditFormat = '###.##'
  2884.     end
  2885.     object tCondominioFundo: TFloatField
  2886.       FieldName = 'Fundo'
  2887.       DisplayFormat = '###,###,##0.#0'
  2888.       EditFormat = '###.##'
  2889.     end
  2890.     object tCondominioDescrioFundo: TStringField
  2891.       FieldName = 'Descri∩┐╜∩┐╜o Fundo'
  2892.       Size = 50
  2893.     end
  2894.     object tCondominioObra2: TFloatField
  2895.       FieldName = 'Obra2'
  2896.       DisplayFormat = '###,###,##0.#0'
  2897.       EditFormat = '###.##'
  2898.     end
  2899.     object tCondominioFundo2: TFloatField
  2900.       FieldName = 'Fundo2'
  2901.       DisplayFormat = '###,###,##0.#0'
  2902.       EditFormat = '###.##'
  2903.     end
  2904.     object tCondominioQE2: TFloatField
  2905.       FieldName = 'QE2'
  2906.       DisplayFormat = '###,###,##0.#0'
  2907.       EditFormat = '###.##'
  2908.     end
  2909.     object tCondominioMesesQE: TSmallintField
  2910.       FieldName = 'Meses QE'
  2911.     end
  2912.     object tCondominioMesesFundo: TSmallintField
  2913.       FieldName = 'Meses Fundo'
  2914.     end
  2915.     object tCondominioAvena2: TFloatField
  2916.       FieldName = 'Aven∩┐╜a2'
  2917.     end
  2918.     object tCondominioPercentagemValor: TStringField
  2919.       FieldName = 'PercentagemValor'
  2920.       Size = 12
  2921.     end
  2922.     object tCondominioOramentoR: TFloatField
  2923.       FieldName = 'Or∩┐╜amentoR'
  2924.     end
  2925.     object tCondominioObrasR: TFloatField
  2926.       FieldName = 'ObrasR'
  2927.     end
  2928.     object tCondominioFundoR: TFloatField
  2929.       FieldName = 'FundoR'
  2930.     end
  2931.     object tCondominioQER: TFloatField
  2932.       FieldName = 'QER'
  2933.     end
  2934.     object tCondominioObservaes: TMemoField
  2935.       FieldName = 'Observa∩┐╜∩┐╜es'
  2936.       BlobType = ftMemo
  2937.       Size = 240
  2938.     end
  2939.     object tCondominioFixa: TFloatField
  2940.       FieldName = 'Fixa'
  2941.     end
  2942.     object tCondominioCalculo: TStringField
  2943.       FieldName = 'Calculo'
  2944.       Size = 10
  2945.     end
  2946.     object tCondominioDataAssembleiaOrc: TDateField
  2947.       FieldName = 'Data Assembleia Orc'
  2948.     end
  2949.     object tCondominioAnoOrc: TSmallintField
  2950.       FieldName = 'Ano Orc'
  2951.     end
  2952.     object tCondominioAnoFimOrc: TSmallintField
  2953.       FieldName = 'Ano Fim Orc'
  2954.     end
  2955.     object tCondominioFixa2: TFloatField
  2956.       FieldName = 'Fixa2'
  2957.     end
  2958.     object tCondominioFRSobre: TStringField
  2959.       FieldName = 'FRSobre'
  2960.       Size = 10
  2961.     end
  2962.     object tCondominioClculosFeitos: TBooleanField
  2963.       FieldName = 'C∩┐╜lculos Feitos'
  2964.     end
  2965.     object tCondominioAluguerContador: TFloatField
  2966.       FieldName = 'Aluguer Contador'
  2967.       DisplayFormat = '###,###,##0.#0'
  2968.       EditFormat = '###.##'
  2969.     end
  2970.     object tCondominioPreoUnitrioGs: TFloatField
  2971.       FieldName = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s'
  2972.       DisplayFormat = '###,###,##0.#0'
  2973.       EditFormat = '###.##'
  2974.     end
  2975.     object tCondominioUnidade: TStringField
  2976.       FieldName = 'Unidade'
  2977.       Size = 3
  2978.     end
  2979.     object tCondominioTaxadeServio: TFloatField
  2980.       FieldName = 'Taxa de Servi∩┐╜o'
  2981.       DisplayFormat = '###,###,##0.#0'
  2982.       EditFormat = '###.##'
  2983.     end
  2984.     object tCondominioNomeHonorrios: TStringField
  2985.       FieldName = 'Nome Honor∩┐╜rios'
  2986.       Size = 12
  2987.     end
  2988.     object tCondominioPreorea: TFloatField
  2989.       FieldName = 'Pre∩┐╜o ∩┐╜rea'
  2990.       DisplayFormat = '###,###,##0.#0'
  2991.       EditFormat = '###.##'
  2992.     end
  2993.     object tCondominioPercentagemIncremento: TFloatField
  2994.       FieldName = 'Percentagem Incremento'
  2995.       DisplayFormat = '###,###,##0.#0'
  2996.       EditFormat = '###.##'
  2997.     end
  2998.     object tCondominioPercentagem: TFloatField
  2999.       FieldName = 'Percentagem'
  3000.     end
  3001.     object tCondominioAluguerContador2: TFloatField
  3002.       FieldName = 'Aluguer Contador 2'
  3003.       DisplayFormat = '###,###,##0.#0'
  3004.       EditFormat = '###.##'
  3005.     end
  3006.     object tCondominioPreoUnitrioGs2: TFloatField
  3007.       FieldName = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s 2'
  3008.       DisplayFormat = '###,###,##0.#0'
  3009.       EditFormat = '###.##'
  3010.     end
  3011.     object tCondominioDataIncio: TDateField
  3012.       FieldName = 'Data In∩┐╜cio'
  3013.     end
  3014.     object tCondominioDataFim: TDateField
  3015.       FieldName = 'Data Fim'
  3016.     end
  3017.     object tCondominioDiasAD: TSmallintField
  3018.       FieldName = 'DiasAD'
  3019.     end
  3020.     object tCondominioJuro: TFloatField
  3021.       FieldName = 'Juro'
  3022.       DisplayFormat = '###,###,##0.#0'
  3023.       EditFormat = '###.##'
  3024.     end
  3025.     object tCondominioTipoJuro: TStringField
  3026.       FieldName = 'TipoJuro'
  3027.       Size = 10
  3028.     end
  3029.     object tCondominioDadosRegisto: TStringField
  3030.       FieldName = 'DadosRegisto'
  3031.       Size = 150
  3032.     end
  3033.     object tCondominioPassFTP: TStringField
  3034.       FieldName = 'PassFTP'
  3035.     end
  3036.     object tCondominioUserFTP: TStringField
  3037.       FieldName = 'UserFTP'
  3038.     end
  3039.   end
  3040.   object dsCondominio: TDataSource
  3041.     DataSet = tCondominio
  3042.     Left = 96
  3043.     Top = 56
  3044.   end
  3045.   object tRecibos: TTable
  3046.     BeforeEdit = tRecibosBeforeEdit
  3047.     BeforePost = tRecibosBeforePost
  3048.     AfterPost = tRecibosAfterDelete
  3049.     BeforeCancel = tRecibosBeforeCancel
  3050.     BeforeDelete = tRecibosBeforeDelete
  3051.     AfterDelete = tRecibosAfterDelete
  3052.     OnPostError = tRecibosPostError
  3053.     DatabaseName = 'Database1'
  3054.     Filtered = True
  3055.     FieldDefs = <
  3056.       item
  3057.         Name = 'ID'
  3058.         DataType = ftInteger
  3059.       end
  3060.       item
  3061.         Name = 'N∩┐╜'
  3062.         DataType = ftInteger
  3063.       end
  3064.       item
  3065.         Name = 'Data'
  3066.         Attributes = [faRequired]
  3067.         DataType = ftDate
  3068.       end
  3069.       item
  3070.         Name = 'Nome'
  3071.         Attributes = [faRequired]
  3072.         DataType = ftString
  3073.         Size = 50
  3074.       end
  3075.       item
  3076.         Name = 'Referente'
  3077.         DataType = ftString
  3078.         Size = 50
  3079.       end
  3080.       item
  3081.         Name = 'Valor1'
  3082.         DataType = ftFloat
  3083.       end
  3084.       item
  3085.         Name = 'Valor2'
  3086.         DataType = ftFloat
  3087.       end
  3088.       item
  3089.         Name = 'Fraccao'
  3090.         DataType = ftString
  3091.         Size = 15
  3092.       end
  3093.       item
  3094.         Name = 'Piso'
  3095.         DataType = ftString
  3096.         Size = 15
  3097.       end
  3098.       item
  3099.         Name = 'Porta'
  3100.         DataType = ftString
  3101.         Size = 10
  3102.       end
  3103.       item
  3104.         Name = 'C∩┐╜digo'
  3105.         DataType = ftInteger
  3106.       end
  3107.       item
  3108.         Name = 'Contribuinte'
  3109.         DataType = ftString
  3110.         Size = 12
  3111.       end
  3112.       item
  3113.         Name = 'Tipo Documento'
  3114.         DataType = ftString
  3115.         Size = 20
  3116.       end
  3117.       item
  3118.         Name = 'Permilagem'
  3119.         DataType = ftString
  3120.         Size = 8
  3121.       end
  3122.       item
  3123.         Name = 'Data Limite'
  3124.         DataType = ftDate
  3125.       end
  3126.       item
  3127.         Name = 'Tipo Pagamento'
  3128.         DataType = ftString
  3129.         Size = 15
  3130.       end
  3131.       item
  3132.         Name = 'Anulado'
  3133.         DataType = ftBoolean
  3134.       end
  3135.       item
  3136.         Name = 'Rela∩┐╜∩┐╜o'
  3137.         DataType = ftInteger
  3138.       end
  3139.       item
  3140.         Name = 'Liquidado'
  3141.         DataType = ftBoolean
  3142.       end
  3143.       item
  3144.         Name = 'Observa∩┐╜∩┐╜es'
  3145.         DataType = ftMemo
  3146.         Size = 240
  3147.       end
  3148.       item
  3149.         Name = '∩┐╜rea'
  3150.         DataType = ftFloat
  3151.       end
  3152.       item
  3153.         Name = 'Original'
  3154.         DataType = ftBoolean
  3155.       end
  3156.       item
  3157.         Name = 'Honor∩┐╜rios'
  3158.         DataType = ftFloat
  3159.       end
  3160.       item
  3161.         Name = 'Lan∩┐╜a G∩┐╜s'
  3162.         DataType = ftBoolean
  3163.       end
  3164.       item
  3165.         Name = 'Leitura Anterior'
  3166.         DataType = ftFloat
  3167.       end
  3168.       item
  3169.         Name = 'Leitura Actual'
  3170.         DataType = ftFloat
  3171.       end
  3172.       item
  3173.         Name = 'Consumo'
  3174.         DataType = ftFloat
  3175.       end
  3176.       item
  3177.         Name = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s'
  3178.         DataType = ftFloat
  3179.       end
  3180.       item
  3181.         Name = 'Valor Pagar'
  3182.         DataType = ftFloat
  3183.       end
  3184.       item
  3185.         Name = 'Aluguer Contador'
  3186.         DataType = ftFloat
  3187.       end
  3188.       item
  3189.         Name = 'Taxa de Servi∩┐╜o'
  3190.         DataType = ftFloat
  3191.       end
  3192.       item
  3193.         Name = 'Outros Servi∩┐╜os'
  3194.         DataType = ftFloat
  3195.       end
  3196.       item
  3197.         Name = 'Por Liquidar'
  3198.         DataType = ftFloat
  3199.       end
  3200.       item
  3201.         Name = 'N∩┐╜ Cheque'
  3202.         DataType = ftString
  3203.         Size = 15
  3204.       end
  3205.       item
  3206.         Name = 'Pago'
  3207.         DataType = ftBoolean
  3208.       end
  3209.       item
  3210.         Name = 'Apartamento'
  3211.         DataType = ftString
  3212.         Size = 15
  3213.       end
  3214.       item
  3215.         Name = 'BancoCH'
  3216.         DataType = ftString
  3217.         Size = 10
  3218.       end
  3219.       item
  3220.         Name = 'DataCH'
  3221.         DataType = ftDate
  3222.       end
  3223.       item
  3224.         Name = 'Linhas'
  3225.         DataType = ftMemo
  3226.         Size = 240
  3227.       end
  3228.       item
  3229.         Name = 'Geral'
  3230.         DataType = ftBoolean
  3231.       end
  3232.       item
  3233.         Name = 'Saldo'
  3234.         DataType = ftFloat
  3235.       end
  3236.       item
  3237.         Name = 'ValorCH'
  3238.         DataType = ftFloat
  3239.       end
  3240.       item
  3241.         Name = 'Penalizacao'
  3242.         DataType = ftFloat
  3243.       end
  3244.       item
  3245.         Name = 'LancarRD'
  3246.         DataType = ftBoolean
  3247.       end
  3248.       item
  3249.         Name = 'FolhaRD'
  3250.         DataType = ftString
  3251.         Size = 20
  3252.       end
  3253.       item
  3254.         Name = 'RubricaRD'
  3255.         DataType = ftString
  3256.         Size = 25
  3257.       end
  3258.       item
  3259.         Name = 'ReferenciaRD'
  3260.         DataType = ftString
  3261.         Size = 15
  3262.       end
  3263.       item
  3264.         Name = 'LancarBancos'
  3265.         DataType = ftBoolean
  3266.       end
  3267.       item
  3268.         Name = 'ContaBancos'
  3269.         DataType = ftString
  3270.         Size = 20
  3271.       end
  3272.       item
  3273.         Name = 'RubricaBancos'
  3274.         DataType = ftString
  3275.         Size = 25
  3276.       end
  3277.       item
  3278.         Name = 'ReferenciaBancos'
  3279.         DataType = ftString
  3280.         Size = 15
  3281.       end
  3282.       item
  3283.         Name = 'Bloco'
  3284.         DataType = ftString
  3285.         Size = 20
  3286.       end
  3287.       item
  3288.         Name = 'Topologia'
  3289.         DataType = ftString
  3290.         Size = 10
  3291.       end>
  3292.     IndexDefs = <
  3293.       item
  3294.         Name = 'tRecibosIndex1'
  3295.         Fields = 'ID'
  3296.         Options = [ixPrimary, ixUnique]
  3297.       end
  3298.       item
  3299.         Name = 'iNumero'
  3300.         Fields = 'N∩┐╜'
  3301.         Options = [ixCaseInsensitive]
  3302.       end
  3303.       item
  3304.         Name = 'iData'
  3305.         Fields = 'Data;N∩┐╜'
  3306.         Options = [ixCaseInsensitive]
  3307.       end
  3308.       item
  3309.         Name = 'iNome'
  3310.         Fields = 'Nome;N∩┐╜'
  3311.         Options = [ixCaseInsensitive]
  3312.       end
  3313.       item
  3314.         Name = 'iTipo'
  3315.         Fields = 'Tipo Documento;N∩┐╜'
  3316.         Options = [ixCaseInsensitive]
  3317.       end>
  3318.     StoreDefs = True
  3319.     TableName = 'Recibos.db'
  3320.     Left = 24
  3321.     Top = 104
  3322.     object tRecibosID: TAutoIncField
  3323.       FieldName = 'ID'
  3324.     end
  3325.     object tRecibosN: TIntegerField
  3326.       FieldName = 'N∩┐╜'
  3327.     end
  3328.     object tRecibosData: TDateField
  3329.       FieldName = 'Data'
  3330.       Required = True
  3331.     end
  3332.     object tRecibosNome: TStringField
  3333.       FieldName = 'Nome'
  3334.       Required = True
  3335.       Size = 50
  3336.     end
  3337.     object tRecibosReferente: TStringField
  3338.       FieldName = 'Referente'
  3339.       Size = 50
  3340.     end
  3341.     object tRecibosValor1: TFloatField
  3342.       FieldName = 'Valor1'
  3343.       EditFormat = '###.##'
  3344.     end
  3345.     object tRecibosValor2: TFloatField
  3346.       FieldName = 'Valor2'
  3347.       EditFormat = '###.##'
  3348.     end
  3349.     object tRecibosFraccao: TStringField
  3350.       FieldName = 'Fraccao'
  3351.       Size = 15
  3352.     end
  3353.     object tRecibosPiso: TStringField
  3354.       FieldName = 'Piso'
  3355.       Size = 15
  3356.     end
  3357.     object tRecibosPorta: TStringField
  3358.       FieldName = 'Porta'
  3359.       Size = 10
  3360.     end
  3361.     object tRecibosCdigo: TIntegerField
  3362.       FieldName = 'C∩┐╜digo'
  3363.     end
  3364.     object tRecibosContribuinte: TStringField
  3365.       FieldName = 'Contribuinte'
  3366.       Size = 12
  3367.     end
  3368.     object tRecibosTipoDocumento: TStringField
  3369.       FieldName = 'Tipo Documento'
  3370.     end
  3371.     object tRecibosPermilagem: TStringField
  3372.       FieldName = 'Permilagem'
  3373.       Size = 8
  3374.     end
  3375.     object tRecibosDataLimite: TDateField
  3376.       FieldName = 'Data Limite'
  3377.     end
  3378.     object tRecibosTipoPagamento: TStringField
  3379.       FieldName = 'Tipo Pagamento'
  3380.       Size = 15
  3381.     end
  3382.     object tRecibosAnulado: TBooleanField
  3383.       FieldName = 'Anulado'
  3384.     end
  3385.     object tRecibosRelao: TIntegerField
  3386.       FieldName = 'Rela∩┐╜∩┐╜o'
  3387.     end
  3388.     object tRecibosLiquidado: TBooleanField
  3389.       FieldName = 'Liquidado'
  3390.     end
  3391.     object tRecibosObservaes: TMemoField
  3392.       FieldName = 'Observa∩┐╜∩┐╜es'
  3393.       BlobType = ftMemo
  3394.       Size = 240
  3395.     end
  3396.     object tRecibosrea: TFloatField
  3397.       FieldName = '∩┐╜rea'
  3398.       DisplayFormat = '###,###,##0.#0'
  3399.       EditFormat = '###.##'
  3400.     end
  3401.     object tRecibosOriginal: TBooleanField
  3402.       FieldName = 'Original'
  3403.     end
  3404.     object tRecibosHonorrios: TFloatField
  3405.       FieldName = 'Honor∩┐╜rios'
  3406.       EditFormat = '###.##'
  3407.     end
  3408.     object tRecibosLanaGs: TBooleanField
  3409.       FieldName = 'Lan∩┐╜a G∩┐╜s'
  3410.     end
  3411.     object tRecibosLeituraAnterior: TFloatField
  3412.       FieldName = 'Leitura Anterior'
  3413.       DisplayFormat = '###,###,##0.##0'
  3414.       EditFormat = '###.###'
  3415.     end
  3416.     object tRecibosLeituraActual: TFloatField
  3417.       FieldName = 'Leitura Actual'
  3418.       DisplayFormat = '###,###,##0.##0'
  3419.       EditFormat = '###.###'
  3420.     end
  3421.     object tRecibosConsumo: TFloatField
  3422.       FieldName = 'Consumo'
  3423.       DisplayFormat = '###,###,##0.##0'
  3424.       EditFormat = '###.###'
  3425.     end
  3426.     object tRecibosPreoUnitrioGs: TFloatField
  3427.       FieldName = 'Pre∩┐╜o Unit∩┐╜rio G∩┐╜s'
  3428.       DisplayFormat = '###,###,##0.#0'
  3429.       EditFormat = '###.##'
  3430.     end
  3431.     object tRecibosValorPagar: TFloatField
  3432.       FieldName = 'Valor Pagar'
  3433.       DisplayFormat = '###,###,##0.#0'
  3434.       EditFormat = '###.##'
  3435.     end
  3436.     object tRecibosAluguerContador: TFloatField
  3437.       FieldName = 'Aluguer Contador'
  3438.       DisplayFormat = '###,###,##0.#0'
  3439.       EditFormat = '###.##'
  3440.     end
  3441.     object tRecibosTaxadeServio: TFloatField
  3442.       FieldName = 'Taxa de Servi∩┐╜o'
  3443.       DisplayFormat = '###,###,##0.#0'
  3444.       EditFormat = '###.##'
  3445.     end
  3446.     object tRecibosOutrosServios: TFloatField
  3447.       FieldName = 'Outros Servi∩┐╜os'
  3448.       DisplayFormat = '###,###,##0.#0'
  3449.       EditFormat = '###.##'
  3450.     end
  3451.     object tRecibosPorLiquidar: TFloatField
  3452.       FieldName = 'Por Liquidar'
  3453.       DisplayFormat = '###,###,##0.#0'
  3454.       EditFormat = '###.##'
  3455.     end
  3456.     object tRecibosNCheque: TStringField
  3457.       FieldName = 'N∩┐╜ Cheque'
  3458.       Size = 15
  3459.     end
  3460.     object tRecibosPago: TBooleanField
  3461.       FieldName = 'Pago'
  3462.     end
  3463.     object tRecibosApartamento: TStringField
  3464.       FieldName = 'Apartamento'
  3465.       Size = 15
  3466.     end
  3467.     object tRecibosBancoCH: TStringField
  3468.       FieldName = 'BancoCH'
  3469.       Size = 10
  3470.     end
  3471.     object tRecibosDataCH: TDateField
  3472.       FieldName = 'DataCH'
  3473.     end
  3474.     object tRecibosLinhas: TMemoField
  3475.       FieldName = 'Linhas'
  3476.       BlobType = ftMemo
  3477.       Size = 240
  3478.     end
  3479.     object tRecibosGeral: TBooleanField
  3480.       FieldName = 'Geral'
  3481.     end
  3482.     object tRecibosSaldo: TFloatField
  3483.       FieldName = 'Saldo'
  3484.       DisplayFormat = '###,###,##0.#0'
  3485.       EditFormat = '###.##'
  3486.     end
  3487.     object tRecibosValorCH: TFloatField
  3488.       FieldName = 'ValorCH'
  3489.       DisplayFormat = '###,###,##0.#0'
  3490.       EditFormat = '###.##'
  3491.     end
  3492.     object tRecibosPenalizacao: TFloatField
  3493.       FieldName = 'Penalizacao'
  3494.       DisplayFormat = '###,###,##0.#0'
  3495.       EditFormat = '###.##'
  3496.     end
  3497.     object tRecibosLancarRD: TBooleanField
  3498.       FieldName = 'LancarRD'
  3499.     end
  3500.     object tRecibosFolhaRD: TStringField
  3501.       FieldName = 'FolhaRD'
  3502.     end
  3503.     object tRecibosRubricaRD: TStringField
  3504.       FieldName = 'RubricaRD'
  3505.       Size = 25
  3506.     end
  3507.     object tRecibosReferenciaRD: TStringField
  3508.       FieldName = 'ReferenciaRD'
  3509.       Size = 15
  3510.     end
  3511.     object tRecibosLancarBancos: TBooleanField
  3512.       FieldName = 'LancarBancos'
  3513.     end
  3514.     object tRecibosContaBancos: TStringField
  3515.       FieldName = 'ContaBancos'
  3516.     end
  3517.     object tRecibosRubricaBancos: TStringField
  3518.       FieldName = 'RubricaBancos'
  3519.       Size = 25
  3520.     end
  3521.     object tRecibosReferenciaBancos: TStringField
  3522.       FieldName = 'ReferenciaBancos'
  3523.       Size = 15
  3524.     end
  3525.     object tRecibosBloco: TStringField
  3526.       FieldName = 'Bloco'
  3527.     end
  3528.     object tRecibosTopologia: TStringField
  3529.       FieldName = 'Topologia'
  3530.       Size = 10
  3531.     end
  3532.   end
  3533.   object dsRecibos: TDataSource
  3534.     DataSet = tRecibos
  3535.     Left = 24
  3536.     Top = 152
  3537.   end
  3538.   object tAgenda: TTable
  3539.     AfterPost = tAgendaAfterDelete
  3540.     AfterDelete = tAgendaAfterDelete
  3541.     OnPostError = tAgendaPostError
  3542.     DatabaseName = 'Database1'
  3543.     FieldDefs = <
  3544.       item
  3545.         Name = 'Data'
  3546.         DataType = ftDate
  3547.       end
  3548.       item
  3549.         Name = 'Desc'
  3550.         DataType = ftMemo
  3551.         Size = 240
  3552.       end>
  3553.     StoreDefs = True
  3554.     TableName = 'Agenda.db'
  3555.     Left = 144
  3556.     Top = 104
  3557.     object tAgendaData: TDateField
  3558.       FieldName = 'Data'
  3559.     end
  3560.     object tAgendaDesc: TMemoField
  3561.       FieldName = 'Desc'
  3562.       BlobType = ftMemo
  3563.       Size = 240
  3564.     end
  3565.   end
  3566.   object dsAgenda: TDataSource
  3567.     DataSet = tAgenda
  3568.     Left = 144
  3569.     Top = 152
  3570.   end
  3571.   object tRubricas: TTable
  3572.     AfterPost = tRubricasAfterPost
  3573.     BeforeDelete = tRubricasBeforeDelete
  3574.     AfterDelete = tRubricasAfterDelete
  3575.     OnPostError = tRubricasPostError
  3576.     DatabaseName = 'Database1'
  3577.     FieldDefs = <
  3578.       item
  3579.         Name = 'Rubrica'
  3580.         Attributes = [faRequired]
  3581.         DataType = ftString
  3582.         Size = 25
  3583.       end
  3584.       item
  3585.         Name = 'Valor'
  3586.         DataType = ftFloat
  3587.       end
  3588.       item
  3589.         Name = 'Fam∩┐╜lia'
  3590.         DataType = ftString
  3591.         Size = 15
  3592.       end>
  3593.     StoreDefs = True
  3594.     TableName = 'Rubricas.DB'
  3595.     Left = 88
  3596.     Top = 200
  3597.     object tRubricasRubrica: TStringField
  3598.       FieldName = 'Rubrica'
  3599.       Required = True
  3600.       Size = 25
  3601.     end
  3602.     object tRubricasValor: TFloatField
  3603.       FieldName = 'Valor'
  3604.     end
  3605.     object tRubricasFamlia: TStringField
  3606.       FieldName = 'Fam∩┐╜lia'
  3607.       Size = 15
  3608.     end
  3609.   end
  3610.   object dsRubricas: TDataSource
  3611.     DataSet = tRubricas
  3612.     Left = 88
  3613.     Top = 248
  3614.   end
  3615.   object tReferencias: TTable
  3616.     AfterPost = tReferenciasAfterDelete
  3617.     AfterDelete = tReferenciasAfterDelete
  3618.     OnPostError = tReferenciasPostError
  3619.     DatabaseName = 'Database1'
  3620.     FieldDefs = <
  3621.       item
  3622.         Name = 'Refer∩┐╜ncia'
  3623.         Attributes = [faRequired]
  3624.         DataType = ftString
  3625.         Size = 15
  3626.       end>
  3627.     IndexDefs = <
  3628.       item
  3629.         Name = 'tReferenciasIndex1'
  3630.         Fields = 'Refer∩┐╜ncia'
  3631.         Options = [ixPrimary, ixUnique]
  3632.       end>
  3633.     StoreDefs = True
  3634.     TableName = 'Referencias.db'
  3635.     Left = 208
  3636.     Top = 200
  3637.     object tReferenciasReferncia: TStringField
  3638.       FieldName = 'Refer∩┐╜ncia'
  3639.       Size = 15
  3640.     end
  3641.   end
  3642.   object dsReferencias: TDataSource
  3643.     DataSet = tReferencias
  3644.     Left = 208
  3645.     Top = 248
  3646.   end
  3647.   object tBancos: TTable
  3648.     AfterPost = tBancosAfterDelete
  3649.     AfterDelete = tBancosAfterDelete
  3650.     OnPostError = tBancosPostError
  3651.     DatabaseName = 'Database1'
  3652.     FieldDefs = <
  3653.       item
  3654.         Name = 'Sigla'
  3655.         DataType = ftString
  3656.         Size = 10
  3657.       end
  3658.       item
  3659.         Name = 'Banco'
  3660.         DataType = ftString
  3661.         Size = 30
  3662.       end
  3663.       item
  3664.         Name = 'Balc∩┐╜o'
  3665.         DataType = ftString
  3666.         Size = 30
  3667.       end
  3668.       item
  3669.         Name = 'Contacto'
  3670.         DataType = ftString
  3671.         Size = 30
  3672.       end
  3673.       item
  3674.         Name = 'Telefone'
  3675.         DataType = ftString
  3676.         Size = 25
  3677.       end
  3678.       item
  3679.         Name = 'Fax'
  3680.         DataType = ftString
  3681.         Size = 25
  3682.       end
  3683.       item
  3684.         Name = 'Email'
  3685.         DataType = ftString
  3686.         Size = 30
  3687.       end>
  3688.     StoreDefs = True
  3689.     TableName = 'Bancos.db'
  3690.     Left = 176
  3691.     Top = 296
  3692.     object tBancosSigla: TStringField
  3693.       FieldName = 'Sigla'
  3694.       Size = 10
  3695.     end
  3696.     object tBancosBanco: TStringField
  3697.       FieldName = 'Banco'
  3698.       Size = 30
  3699.     end
  3700.     object tBancosBalco: TStringField
  3701.       FieldName = 'Balc∩┐╜o'
  3702.       Size = 30
  3703.     end
  3704.     object tBancosContacto: TStringField
  3705.       FieldName = 'Contacto'
  3706.       Size = 30
  3707.     end
  3708.     object tBancosTelefone: TStringField
  3709.       FieldName = 'Telefone'
  3710.       Size = 25
  3711.     end
  3712.     object tBancosFax: TStringField
  3713.       FieldName = 'Fax'
  3714.       Size = 25
  3715.     end
  3716.     object tBancosEmail: TStringField
  3717.       FieldName = 'Email'
  3718.       Size = 30
  3719.     end
  3720.   end
  3721.   object dsBancos: TDataSource
  3722.     DataSet = tBancos
  3723.     Left = 176
  3724.     Top = 344
  3725.   end
  3726.   object tContasBancos: TTable
  3727.     AfterPost = tContasBancosAfterDelete
  3728.     AfterDelete = tContasBancosAfterDelete
  3729.     OnPostError = tContasBancosPostError
  3730.     DatabaseName = 'Database1'
  3731.     FieldDefs = <
  3732.       item
  3733.         Name = 'Conta'
  3734.         DataType = ftString
  3735.         Size = 20
  3736.       end
  3737.       item
  3738.         Name = 'NIB'
  3739.         DataType = ftString
  3740.         Size = 30
  3741.       end
  3742.       item
  3743.         Name = 'Titular'
  3744.         DataType = ftString
  3745.         Size = 30
  3746.       end
  3747.       item
  3748.         Name = 'Titular2'
  3749.         DataType = ftString
  3750.         Size = 30
  3751.       end
  3752.       item
  3753.         Name = 'Banco'
  3754.         DataType = ftString
  3755.         Size = 10
  3756.       end
  3757.       item
  3758.         Name = 'Sigla'
  3759.         DataType = ftString
  3760.         Size = 10
  3761.       end>
  3762.     StoreDefs = True
  3763.     TableName = 'ContaBancos.db'
  3764.     Left = 104
  3765.     Top = 296
  3766.     object tContasBancosConta: TStringField
  3767.       FieldName = 'Conta'
  3768.     end
  3769.     object tContasBancosNIB: TStringField
  3770.       FieldName = 'NIB'
  3771.       Size = 30
  3772.     end
  3773.     object tContasBancosTitular: TStringField
  3774.       FieldName = 'Titular'
  3775.       Size = 30
  3776.     end
  3777.     object tContasBancosTitular2: TStringField
  3778.       FieldName = 'Titular2'
  3779.       Size = 30
  3780.     end
  3781.     object tContasBancosBanco: TStringField
  3782.       FieldName = 'Banco'
  3783.       Size = 10
  3784.     end
  3785.     object tContasBancosSigla: TStringField
  3786.       FieldName = 'Sigla'
  3787.       Size = 10
  3788.     end
  3789.   end
  3790.   object dsContasBancos: TDataSource
  3791.     DataSet = tContasBancos
  3792.     Left = 104
  3793.     Top = 344
  3794.   end
  3795.   object tMovimentos: TTable
  3796.     AfterInsert = tMovimentosAfterInsert
  3797.     AfterPost = tMovimentosAfterDelete
  3798.     AfterDelete = tMovimentosAfterDelete
  3799.     OnPostError = tMovimentosPostError
  3800.     DatabaseName = 'Database1'
  3801.     Filtered = True
  3802.     FieldDefs = <
  3803.       item
  3804.         Name = 'N'
  3805.         Attributes = [faReadonly]
  3806.         DataType = ftAutoInc
  3807.       end
  3808.       item
  3809.         Name = 'Conta'
  3810.         DataType = ftString
  3811.         Size = 20
  3812.       end
  3813.       item
  3814.         Name = 'Data'
  3815.         Attributes = [faRequired]
  3816.         DataType = ftDate
  3817.       end
  3818.       item
  3819.         Name = 'Documento'
  3820.         DataType = ftString
  3821.         Size = 25
  3822.       end
  3823.       item
  3824.         Name = 'Descritivo'
  3825.         DataType = ftString
  3826.         Size = 50
  3827.       end
  3828.       item
  3829.         Name = 'Despesa'
  3830.         DataType = ftFloat
  3831.       end
  3832.       item
  3833.         Name = 'Receita'
  3834.         DataType = ftFloat
  3835.       end
  3836.       item
  3837.         Name = 'Refer∩┐╜ncia'
  3838.         DataType = ftString
  3839.         Size = 15
  3840.       end
  3841.       item
  3842.         Name = 'Autom∩┐╜tico'
  3843.         DataType = ftBoolean
  3844.       end
  3845.       item
  3846.         Name = 'Conferido'
  3847.         DataType = ftString
  3848.         Size = 3
  3849.       end
  3850.       item
  3851.         Name = 'Rubrica'
  3852.         DataType = ftString
  3853.         Size = 25
  3854.       end>
  3855.     StoreDefs = True
  3856.     TableName = 'Movimentos.db'
  3857.     Left = 24
  3858.     Top = 296
  3859.     object tMovimentosN: TAutoIncField
  3860.       FieldName = 'N'
  3861.     end
  3862.     object tMovimentosConta: TStringField
  3863.       FieldName = 'Conta'
  3864.     end
  3865.     object tMovimentosData: TDateField
  3866.       FieldName = 'Data'
  3867.     end
  3868.     object tMovimentosDocumento: TStringField
  3869.       DisplayWidth = 25
  3870.       FieldName = 'Documento'
  3871.       Size = 25
  3872.     end
  3873.     object tMovimentosDescritivo: TStringField
  3874.       DisplayWidth = 50
  3875.       FieldName = 'Descritivo'
  3876.       Size = 50
  3877.     end
  3878.     object tMovimentosDespesa: TFloatField
  3879.       FieldName = 'Despesa'
  3880.       EditFormat = '###.##'
  3881.     end
  3882.     object tMovimentosReceita: TFloatField
  3883.       FieldName = 'Receita'
  3884.       EditFormat = '###.##'
  3885.     end
  3886.     object tMovimentosReferncia: TStringField
  3887.       FieldName = 'Refer∩┐╜ncia'
  3888.       Size = 15
  3889.     end
  3890.     object tMovimentosAutomtico: TBooleanField
  3891.       FieldName = 'Autom∩┐╜tico'
  3892.     end
  3893.     object tMovimentosConferido: TStringField
  3894.       FieldName = 'Conferido'
  3895.       Size = 3
  3896.     end
  3897.     object tMovimentosRubrica: TStringField
  3898.       FieldName = 'Rubrica'
  3899.       Size = 25
  3900.     end
  3901.   end
  3902.   object dsMovimentos: TDataSource
  3903.     DataSet = tMovimentos
  3904.     Left = 24
  3905.     Top = 344
  3906.   end
  3907.   object tCCC: TTable
  3908.     BeforePost = tCCCBeforePost
  3909.     AfterPost = tCCCAfterPost
  3910.     AfterDelete = tCCCAfterDelete
  3911.     OnPostError = tCCCPostError
  3912.     DatabaseName = 'Database1'
  3913.     FieldDefs = <
  3914.       item
  3915.         Name = 'ID'
  3916.         Attributes = [faReadonly]
  3917.         DataType = ftAutoInc
  3918.       end
  3919.       item
  3920.         Name = 'Cond∩┐╜mino'
  3921.         DataType = ftInteger
  3922.       end
  3923.       item
  3924.         Name = 'Documento'
  3925.         DataType = ftInteger
  3926.       end
  3927.       item
  3928.         Name = 'D∩┐╜bito'
  3929.         DataType = ftFloat
  3930.       end
  3931.       item
  3932.         Name = 'Cr∩┐╜dito'
  3933.         DataType = ftFloat
  3934.       end
  3935.       item
  3936.         Name = 'Data'
  3937.         DataType = ftDate
  3938.       end
  3939.       item
  3940.         Name = 'Tipo Documento'
  3941.         DataType = ftString
  3942.         Size = 20
  3943.       end
  3944.       item
  3945.         Name = 'N∩┐╜'
  3946.         DataType = ftInteger
  3947.       end
  3948.       item
  3949.         Name = 'Descri∩┐╜∩┐╜o'
  3950.         DataType = ftString
  3951.         Size = 50
  3952.       end
  3953.       item
  3954.         Name = 'Autom∩┐╜tico'
  3955.         DataType = ftBoolean
  3956.       end
  3957.       item
  3958.         Name = 'Pago'
  3959.         DataType = ftBoolean
  3960.       end>
  3961.     StoreDefs = True
  3962.     TableName = 'CCC.db'
  3963.     Left = 192
  3964.     Top = 104
  3965.     object tCCCID: TAutoIncField
  3966.       FieldName = 'ID'
  3967.     end
  3968.     object tCCCCondmino: TIntegerField
  3969.       FieldName = 'Cond∩┐╜mino'
  3970.     end
  3971.     object tCCCDocumento: TIntegerField
  3972.       FieldName = 'Documento'
  3973.     end
  3974.     object tCCCDbito: TFloatField
  3975.       FieldName = 'D∩┐╜bito'
  3976.       EditFormat = '###.##'
  3977.     end
  3978.     object tCCCCrdito: TFloatField
  3979.       FieldName = 'Cr∩┐╜dito'
  3980.       EditFormat = '###.##'
  3981.     end
  3982.     object tCCCData: TDateField
  3983.       FieldName = 'Data'
  3984.     end
  3985.     object tCCCTipoDocumento: TStringField
  3986.       FieldName = 'Tipo Documento'
  3987.     end
  3988.     object tCCCN: TIntegerField
  3989.       FieldName = 'N∩┐╜'
  3990.     end
  3991.     object tCCCDescrio: TStringField
  3992.       FieldName = 'Descri∩┐╜∩┐╜o'
  3993.       Size = 50
  3994.     end
  3995.     object tCCCAutomtico: TBooleanField
  3996.       FieldName = 'Autom∩┐╜tico'
  3997.     end
  3998.     object tCCCPago: TBooleanField
  3999.       FieldName = 'Pago'
  4000.     end
  4001.   end
  4002.   object dsCCC: TDataSource
  4003.     DataSet = tCCC
  4004.     Left = 192
  4005.     Top = 152
  4006.   end
  4007.   object tNumeracao: TTable
  4008.     AfterPost = tNumeracaoAfterDelete
  4009.     AfterDelete = tNumeracaoAfterDelete
  4010.     DatabaseName = 'Database1'
  4011.     FieldDefs = <
  4012.       item
  4013.         Name = 'ID'
  4014.         DataType = ftInteger
  4015.       end
  4016.       item
  4017.         Name = 'Recibos'
  4018.         DataType = ftInteger
  4019.       end
  4020.       item
  4021.         Name = 'Avisos'
  4022.         DataType = ftInteger
  4023.       end
  4024.       item
  4025.         Name = 'Pagamentos'
  4026.         DataType = ftInteger
  4027.       end>
  4028.     StoreDefs = True
  4029.     TableName = 'Numeracao.db'
  4030.     Left = 248
  4031.     Top = 104
  4032.     object tNumeracaoID: TIntegerField
  4033.       FieldName = 'ID'
  4034.     end
  4035.     object tNumeracaoRecibos: TIntegerField
  4036.       FieldName = 'Recibos'
  4037.     end
  4038.     object tNumeracaoAvisos: TIntegerField
  4039.       FieldName = 'Avisos'
  4040.     end
  4041.     object tNumeracaoPagamentos: TIntegerField
  4042.       FieldName = 'Pagamentos'
  4043.     end
  4044.   end
  4045.   object dsNumeracao: TDataSource
  4046.     DataSet = tNumeracao
  4047.     Left = 248
  4048.     Top = 152
  4049.   end
  4050.   object tLinhasAgenda: TTable
  4051.     AfterPost = tLinhasAgendaAfterDelete
  4052.     AfterDelete = tLinhasAgendaAfterDelete
  4053.     OnPostError = tLinhasAgendaPostError
  4054.     DatabaseName = 'Database1'
  4055.     Filtered = True
  4056.     FieldDefs = <
  4057.       item
  4058.         Name = 'N'
  4059.         DataType = ftAutoInc
  4060.       end
  4061.       item
  4062.         Name = 'Data'
  4063.         DataType = ftDate
  4064.       end
  4065.       item
  4066.         Name = 'Hora'
  4067.         Attributes = [faRequired]
  4068.         DataType = ftTime
  4069.       end
  4070.       item
  4071.         Name = 'Tarefa'
  4072.         Attributes = [faRequired]
  4073.         DataType = ftString
  4074.         Size = 50
  4075.       end
  4076.       item
  4077.         Name = 'Cumprida'
  4078.         DataType = ftBoolean
  4079.       end>
  4080.     IndexDefs = <
  4081.       item
  4082.         Name = 'tLinhasAgendaIndex0'
  4083.         Fields = 'N'
  4084.         Options = [ixPrimary, ixUnique]
  4085.       end
  4086.       item
  4087.         Name = 'iHora'
  4088.         Fields = 'Hora'
  4089.         Options = [ixCaseInsensitive]
  4090.       end>
  4091.     IndexName = 'iHora'
  4092.     StoreDefs = True
  4093.     TableName = 'LinhasAgenda.DB'
  4094.     Left = 248
  4095.     Top = 296
  4096.     object tLinhasAgendaN: TAutoIncField
  4097.       FieldName = 'N'
  4098.     end
  4099.     object tLinhasAgendaData: TDateField
  4100.       FieldName = 'Data'
  4101.     end
  4102.     object tLinhasAgendaHora: TTimeField
  4103.       FieldName = 'Hora'
  4104.       Required = True
  4105.       DisplayFormat = 'hh:mm'
  4106.       EditMask = '!90:00:\0\0;1;_'
  4107.     end
  4108.     object tLinhasAgendaTarefa: TStringField
  4109.       FieldName = 'Tarefa'
  4110.       Required = True
  4111.       Size = 50
  4112.     end
  4113.     object tLinhasAgendaCumprida: TBooleanField
  4114.       FieldName = 'Cumprida'
  4115.     end
  4116.   end
  4117.   object dsLinhasAgenda: TDataSource
  4118.     DataSet = tLinhasAgenda
  4119.     Left = 248
  4120.     Top = 344
  4121.   end
  4122.   object tOrcamentos: TTable
  4123.     AfterPost = tOrcamentosAfterDelete
  4124.     AfterDelete = tOrcamentosAfterDelete
  4125.     OnPostError = tOrcamentosPostError
  4126.     DatabaseName = 'Database1'
  4127.     FieldDefs = <
  4128.       item
  4129.         Name = 'ID'
  4130.         Attributes = [faReadonly]
  4131.         DataType = ftAutoInc
  4132.       end
  4133.       item
  4134.         Name = 'R∩┐╜brica'
  4135.         Attributes = [faRequired]
  4136.         DataType = ftString
  4137.         Size = 25
  4138.       end
  4139.       item
  4140.         Name = 'Pr∩┐╜vio'
  4141.         DataType = ftFloat
  4142.       end
  4143.       item
  4144.         Name = 'Efectivo'
  4145.         DataType = ftFloat
  4146.       end
  4147.       item
  4148.         Name = 'Desvio'
  4149.         DataType = ftFloat
  4150.       end
  4151.       item
  4152.         Name = 'Observa∩┐╜∩┐╜es'
  4153.         DataType = ftString
  4154.         Size = 50
  4155.       end
  4156.       item
  4157.         Name = 'Receita Despesa'
  4158.         DataType = ftString
  4159.         Size = 3
  4160.       end
  4161.       item
  4162.         Name = 'Entra Calculos'
  4163.         DataType = ftString
  4164.         Size = 3
  4165.       end>
  4166.     IndexDefs = <
  4167.       item
  4168.         Name = 'tOrcamentosIndex1'
  4169.         Fields = 'ID'
  4170.         Options = [ixPrimary, ixUnique]
  4171.       end>
  4172.     StoreDefs = True
  4173.     TableName = 'Orcamentos.db'
  4174.     Left = 280
  4175.     Top = 200
  4176.     object tOrcamentosID: TAutoIncField
  4177.       FieldName = 'ID'
  4178.     end
  4179.     object tOrcamentosRbrica: TStringField
  4180.       FieldName = 'R∩┐╜brica'
  4181.       Required = True
  4182.       Size = 25
  4183.     end
  4184.     object tOrcamentosPrvio: TFloatField
  4185.       FieldName = 'Pr∩┐╜vio'
  4186.       DisplayFormat = '###,###,##0.#0'
  4187.       EditFormat = '###.##'
  4188.     end
  4189.     object tOrcamentosEfectivo: TFloatField
  4190.       FieldName = 'Efectivo'
  4191.       DisplayFormat = '###,###,##0.#0'
  4192.       EditFormat = '###.##'
  4193.     end
  4194.     object tOrcamentosDesvio: TFloatField
  4195.       FieldName = 'Desvio'
  4196.       DisplayFormat = '###,###,##0.#0'
  4197.       EditFormat = '###.##'
  4198.     end
  4199.     object tOrcamentosObservaes: TStringField
  4200.       FieldName = 'Observa∩┐╜∩┐╜es'
  4201.       Size = 50
  4202.     end
  4203.     object tOrcamentosReceitaDespesa: TStringField
  4204.       FieldName = 'Receita Despesa'
  4205.       Size = 3
  4206.     end
  4207.     object tOrcamentosEntraCalculos: TStringField
  4208.       FieldName = 'Entra Calculos'
  4209.       Size = 3
  4210.     end
  4211.   end
  4212.   object dsOrcamentos: TDataSource
  4213.     DataSet = tOrcamentos
  4214.     Left = 280
  4215.     Top = 248
  4216.   end
  4217.   object tEspacosComuns: TTable
  4218.     AfterPost = tEspacosComunsAfterDelete
  4219.     AfterDelete = tEspacosComunsAfterDelete
  4220.     OnPostError = tEspacosComunsPostError
  4221.     DatabaseName = 'Database1'
  4222.     FieldDefs = <
  4223.       item
  4224.         Name = 'Descri∩┐╜∩┐╜o'
  4225.         DataType = ftString
  4226.         Size = 20
  4227.       end
  4228.       item
  4229.         Name = 'Localiza∩┐╜∩┐╜o'
  4230.         DataType = ftString
  4231.         Size = 30
  4232.       end
  4233.       item
  4234.         Name = 'Ao Servi∩┐╜o'
  4235.         DataType = ftString
  4236.         Size = 30
  4237.       end
  4238.       item
  4239.         Name = 'Regime Utiliza∩┐╜∩┐╜o'
  4240.         DataType = ftString
  4241.         Size = 30
  4242.       end
  4243.       item
  4244.         Name = '∩┐╜rea'
  4245.         DataType = ftFloat
  4246.       end
  4247.       item
  4248.         Name = 'Observa∩┐╜∩┐╜es'
  4249.         DataType = ftMemo
  4250.         Size = 240
  4251.       end
  4252.       item
  4253.         Name = 'Foto'
  4254.         DataType = ftString
  4255.         Size = 255
  4256.       end
  4257.       item
  4258.         Name = 'Stretch'
  4259.         DataType = ftBoolean
  4260.       end>
  4261.     StoreDefs = True
  4262.     TableName = 'EspacosComuns.DB'
  4263.     Left = 216
  4264.     Top = 8
  4265.     object tEspacosComunsDescrio: TStringField
  4266.       FieldName = 'Descri∩┐╜∩┐╜o'
  4267.       Size = 60
  4268.     end
  4269.     object tEspacosComunsLocalizao: TStringField
  4270.       FieldName = 'Localiza∩┐╜∩┐╜o'
  4271.       Size = 30
  4272.     end
  4273.     object tEspacosComunsAoServio: TStringField
  4274.       FieldName = 'Ao Servi∩┐╜o'
  4275.       Size = 30
  4276.     end
  4277.     object tEspacosComunsRegimeUtilizao: TStringField
  4278.       FieldName = 'Regime Utiliza∩┐╜∩┐╜o'
  4279.       Size = 30
  4280.     end
  4281.     object tEspacosComunsrea: TFloatField
  4282.       FieldName = '∩┐╜rea'
  4283.       EditFormat = '###.##'
  4284.     end
  4285.     object tEspacosComunsObservaes: TMemoField
  4286.       FieldName = 'Observa∩┐╜∩┐╜es'
  4287.       BlobType = ftMemo
  4288.       Size = 240
  4289.     end
  4290.     object tEspacosComunsFoto: TStringField
  4291.       FieldName = 'Foto'
  4292.       Size = 255
  4293.     end
  4294.     object tEspacosComunsStretch: TBooleanField
  4295.       FieldName = 'Stretch'
  4296.     end
  4297.   end
  4298.   object tBensComuns: TTable
  4299.     AfterPost = tBensComunsAfterDelete
  4300.     AfterDelete = tBensComunsAfterDelete
  4301.     OnPostError = tBensComunsPostError
  4302.     DatabaseName = 'Database1'
  4303.     FieldDefs = <
  4304.       item
  4305.         Name = 'Descri∩┐╜∩┐╜o'
  4306.         DataType = ftString
  4307.         Size = 20
  4308.       end
  4309.       item
  4310.         Name = 'Ao Cuidado'
  4311.         DataType = ftString
  4312.         Size = 30
  4313.       end
  4314.       item
  4315.         Name = 'Adquirido'
  4316.         DataType = ftString
  4317.         Size = 30
  4318.       end
  4319.       item
  4320.         Name = 'Data Aquisi∩┐╜∩┐╜o'
  4321.         DataType = ftDate
  4322.       end
  4323.       item
  4324.         Name = 'Garantia'
  4325.         DataType = ftDate
  4326.       end
  4327.       item
  4328.         Name = 'Valor'
  4329.         DataType = ftFloat
  4330.       end
  4331.       item
  4332.         Name = 'Observa∩┐╜∩┐╜es'
  4333.         DataType = ftMemo
  4334.         Size = 240
  4335.       end
  4336.       item
  4337.         Name = 'N∩┐╜ S∩┐╜rie'
  4338.         DataType = ftString
  4339.         Size = 20
  4340.       end>
  4341.     StoreDefs = True
  4342.     TableName = 'BensComuns.db'
  4343.     Left = 298
  4344.     Top = 9
  4345.     object tBensComunsDescrio: TStringField
  4346.       FieldName = 'Descri∩┐╜∩┐╜o'
  4347.     end
  4348.     object tBensComunsAoCuidado: TStringField
  4349.       FieldName = 'Ao Cuidado'
  4350.       Size = 30
  4351.     end
  4352.     object tBensComunsAdquirido: TStringField
  4353.       FieldName = 'Adquirido'
  4354.       Size = 30
  4355.     end
  4356.     object tBensComunsDataAquisio: TDateField
  4357.       FieldName = 'Data Aquisi∩┐╜∩┐╜o'
  4358.     end
  4359.     object tBensComunsGarantia: TDateField
  4360.       FieldName = 'Garantia'
  4361.     end
  4362.     object tBensComunsValor: TFloatField
  4363.       FieldName = 'Valor'
  4364.       EditFormat = '###.##'
  4365.     end
  4366.     object tBensComunsObservaes: TMemoField
  4367.       FieldName = 'Observa∩┐╜∩┐╜es'
  4368.       BlobType = ftMemo
  4369.       Size = 240
  4370.     end
  4371.     object tBensComunsNSrie: TStringField
  4372.       FieldName = 'N∩┐╜ S∩┐╜rie'
  4373.     end
  4374.   end
  4375.   object dsEspacosComuns: TDataSource
  4376.     DataSet = tEspacosComuns
  4377.     Left = 216
  4378.     Top = 56
  4379.   end
  4380.   object dsBensComuns: TDataSource
  4381.     DataSet = tBensComuns
  4382.     Left = 301
  4383.     Top = 56
  4384.   end
  4385.   object tAdministracao: TTable
  4386.     AfterPost = tAdministracaoAfterDelete
  4387.     AfterDelete = tAdministracaoAfterDelete
  4388.     DatabaseName = 'Database1'
  4389.     FieldDefs = <
  4390.       item
  4391.         Name = 'ID'
  4392.         DataType = ftSmallint
  4393.       end
  4394.       item
  4395.         Name = 'Nome'
  4396.         DataType = ftString
  4397.         Size = 50
  4398.       end
  4399.       item
  4400.         Name = 'Morada'
  4401.         DataType = ftMemo
  4402.         Size = 240
  4403.       end
  4404.       item
  4405.         Name = 'Cp'
  4406.         DataType = ftString
  4407.         Size = 10
  4408.       end
  4409.       item
  4410.         Name = 'Cp2'
  4411.         DataType = ftString
  4412.         Size = 25
  4413.       end
  4414.       item
  4415.         Name = 'Telefone'
  4416.         DataType = ftString
  4417.         Size = 25
  4418.       end
  4419.       item
  4420.         Name = 'Fax'
  4421.         DataType = ftString
  4422.         Size = 25
  4423.       end
  4424.       item
  4425.         Name = 'Email'
  4426.         DataType = ftString
  4427.         Size = 30
  4428.       end
  4429.       item
  4430.         Name = 'Respons∩┐╜vel'
  4431.         DataType = ftString
  4432.         Size = 30
  4433.       end
  4434.       item
  4435.         Name = 'Observa∩┐╜∩┐╜es'
  4436.         DataType = ftMemo
  4437.         Size = 240
  4438.       end
  4439.       item
  4440.         Name = 'Foto'
  4441.         DataType = ftString
  4442.         Size = 255
  4443.       end
  4444.       item
  4445.         Name = 'Stretch'
  4446.         DataType = ftBoolean
  4447.       end
  4448.       item
  4449.         Name = 'Texto'
  4450.         DataType = ftMemo
  4451.         Size = 240
  4452.       end
  4453.       item
  4454.         Name = 'Contribuinte'
  4455.         DataType = ftString
  4456.         Size = 12
  4457.       end
  4458.       item
  4459.         Name = 'Rodap∩┐╜'
  4460.         DataType = ftMemo
  4461.         Size = 240
  4462.       end
  4463.       item
  4464.         Name = 'Rodap∩┐╜ Avisos'
  4465.         DataType = ftMemo
  4466.         Size = 240
  4467.       end
  4468.       item
  4469.         Name = 'Rodap∩┐╜ Notas'
  4470.         DataType = ftMemo
  4471.         Size = 240
  4472.       end
  4473.       item
  4474.         Name = 'Entidade'
  4475.         DataType = ftString
  4476.         Size = 5
  4477.       end
  4478.       item
  4479.         Name = 'IdUltimo'
  4480.         DataType = ftString
  4481.         Size = 9
  4482.       end
  4483.       item
  4484.         Name = 'IdMultibanco'
  4485.         DataType = ftString
  4486.         Size = 8
  4487.       end
  4488.       item
  4489.         Name = 'Host'
  4490.         DataType = ftString
  4491.         Size = 128
  4492.       end
  4493.       item
  4494.         Name = 'Port'
  4495.         DataType = ftSmallint
  4496.       end
  4497.       item
  4498.         Name = 'User'
  4499.         DataType = ftString
  4500.         Size = 50
  4501.       end
  4502.       item
  4503.         Name = 'Pass'
  4504.         DataType = ftString
  4505.         Size = 50
  4506.       end
  4507.       item
  4508.         Name = 'UseProxy'
  4509.         DataType = ftBoolean
  4510.       end
  4511.       item
  4512.         Name = 'Proxy'
  4513.         DataType = ftString
  4514.         Size = 128
  4515.       end
  4516.       item
  4517.         Name = 'ProxyPort'
  4518.         DataType = ftSmallint
  4519.       end>
  4520.     StoreDefs = True
  4521.     Left = 328
  4522.     Top = 104
  4523.     object tAdministracaoID: TSmallintField
  4524.       FieldName = 'ID'
  4525.     end
  4526.     object tAdministracaoNome: TStringField
  4527.       FieldName = 'Nome'
  4528.       Size = 50
  4529.     end
  4530.     object tAdministracaoMorada: TMemoField
  4531.       FieldName = 'Morada'
  4532.       BlobType = ftMemo
  4533.       Size = 240
  4534.     end
  4535.     object tAdministracaoCp: TStringField
  4536.       FieldName = 'Cp'
  4537.       Size = 10
  4538.     end
  4539.     object tAdministracaoCp2: TStringField
  4540.       FieldName = 'Cp2'
  4541.       Size = 25
  4542.     end
  4543.     object tAdministracaoTelefone: TStringField
  4544.       FieldName = 'Telefone'
  4545.       Size = 25
  4546.     end
  4547.     object tAdministracaoFax: TStringField
  4548.       FieldName = 'Fax'
  4549.       Size = 25
  4550.     end
  4551.     object tAdministracaoEmail: TStringField
  4552.       FieldName = 'Email'
  4553.       Size = 30
  4554.     end
  4555.     object tAdministracaoResponsvel: TStringField
  4556.       FieldName = 'Respons∩┐╜vel'
  4557.       Size = 30
  4558.     end
  4559.     object tAdministracaoObservaes: TMemoField
  4560.       FieldName = 'Observa∩┐╜∩┐╜es'
  4561.       BlobType = ftMemo
  4562.       Size = 240
  4563.     end
  4564.     object tAdministracaoFoto: TStringField
  4565.       FieldName = 'Foto'
  4566.       Size = 255
  4567.     end
  4568.     object tAdministracaoStretch: TBooleanField
  4569.       FieldName = 'Stretch'
  4570.     end
  4571.     object tAdministracaoTexto: TMemoField
  4572.       FieldName = 'Texto'
  4573.       BlobType = ftMemo
  4574.       Size = 240
  4575.     end
  4576.     object tAdministracaoContribuinte: TStringField
  4577.       FieldName = 'Contribuinte'
  4578.       Size = 12
  4579.     end
  4580.     object tAdministracaoRodap: TMemoField
  4581.       FieldName = 'Rodap∩┐╜'
  4582.       BlobType = ftMemo
  4583.       Size = 240
  4584.     end
  4585.     object tAdministracaoRodapAvisos: TMemoField
  4586.       FieldName = 'Rodap∩┐╜ Avisos'
  4587.       BlobType = ftMemo
  4588.       Size = 240
  4589.     end
  4590.     object tAdministracaoRodapNotas: TMemoField
  4591.       FieldName = 'Rodap∩┐╜ Notas'
  4592.       BlobType = ftMemo
  4593.       Size = 240
  4594.     end
  4595.     object tAdministracaoEntidade: TStringField
  4596.       FieldName = 'Entidade'
  4597.       Size = 5
  4598.     end
  4599.     object tAdministracaoIdUltimo: TStringField
  4600.       FieldName = 'IdUltimo'
  4601.       Size = 9
  4602.     end
  4603.     object tAdministracaoIdMultibanco: TStringField
  4604.       FieldName = 'IdMultibanco'
  4605.       Size = 8
  4606.     end
  4607.     object tAdministracaoHost: TStringField
  4608.       FieldName = 'Host'
  4609.       Size = 128
  4610.     end
  4611.     object tAdministracaoPort: TSmallintField
  4612.       FieldName = 'Port'
  4613.     end
  4614.     object tAdministracaoUser: TStringField
  4615.       FieldName = 'User'
  4616.       Size = 50
  4617.     end
  4618.     object tAdministracaoPass: TStringField
  4619.       FieldName = 'Pass'
  4620.       Size = 50
  4621.     end
  4622.     object tAdministracaoUseProxy: TBooleanField
  4623.       FieldName = 'UseProxy'
  4624.     end
  4625.     object tAdministracaoProxy: TStringField
  4626.       FieldName = 'Proxy'
  4627.       Size = 128
  4628.     end
  4629.     object tAdministracaoProxyPort: TSmallintField
  4630.       FieldName = 'ProxyPort'
  4631.     end
  4632.   end
  4633.   object dsAdministracao: TDataSource
  4634.     DataSet = tAdministracao
  4635.     Left = 328
  4636.     Top = 152
  4637.   end
  4638.   object tEntradas: TTable
  4639.     AfterPost = tEntradasAfterDelete
  4640.     AfterDelete = tEntradasAfterDelete
  4641.     OnPostError = tEntradasPostError
  4642.     DatabaseName = 'Database1'
  4643.     TableName = 'entradas.DB'
  4644.     Left = 376
  4645.     Top = 8
  4646.     object tEntradasNumero: TIntegerField
  4647.       FieldName = 'Numero'
  4648.       Required = True
  4649.     end
  4650.     object tEntradasData: TDateField
  4651.       FieldName = 'Data'
  4652.       Required = True
  4653.     end
  4654.     object tEntradasTipo: TStringField
  4655.       FieldName = 'Tipo'
  4656.       Size = 30
  4657.     end
  4658.     object tEntradasRef: TStringField
  4659.       FieldName = 'Ref'
  4660.       Size = 30
  4661.     end
  4662.     object tEntradasData_Doc: TDateField
  4663.       FieldName = 'Data_Doc'
  4664.     end
  4665.     object tEntradasRemetente: TStringField
  4666.       FieldName = 'Remetente'
  4667.       Size = 50
  4668.     end
  4669.     object tEntradasAssunto: TMemoField
  4670.       FieldName = 'Assunto'
  4671.       BlobType = ftMemo
  4672.       Size = 240
  4673.     end
  4674.     object tEntradasArquivo: TStringField
  4675.       FieldName = 'Arquivo'
  4676.       Size = 30
  4677.     end
  4678.     object tEntradasAnterior: TFloatField
  4679.       FieldName = 'Anterior'
  4680.     end
  4681.     object tEntradasObs: TMemoField
  4682.       FieldName = 'Obs'
  4683.       BlobType = ftMemo
  4684.       Size = 240
  4685.     end
  4686.     object tEntradasRegistada: TStringField
  4687.       FieldName = 'Registada'
  4688.       Size = 3
  4689.     end
  4690.   end
  4691.   object dsEntradas: TDataSource
  4692.     DataSet = tEntradas
  4693.     Left = 376
  4694.     Top = 56
  4695.   end
  4696.   object tSaidas: TTable
  4697.     AfterPost = tSaidasAfterDelete
  4698.     AfterDelete = tSaidasAfterDelete
  4699.     OnPostError = tSaidasPostError
  4700.     DatabaseName = 'Database1'
  4701.     TableName = 'saidas.DB'
  4702.     Left = 440
  4703.     Top = 8
  4704.     object tSaidasNumero: TIntegerField
  4705.       FieldName = 'Numero'
  4706.       Required = True
  4707.     end
  4708.     object tSaidasData: TDateField
  4709.       FieldName = 'Data'
  4710.       Required = True
  4711.     end
  4712.     object tSaidasTipo: TStringField
  4713.       FieldName = 'Tipo'
  4714.       Size = 30
  4715.     end
  4716.     object tSaidasRef: TStringField
  4717.       FieldName = 'Ref'
  4718.       Size = 30
  4719.     end
  4720.     object tSaidasData_Doc: TDateField
  4721.       FieldName = 'Data_Doc'
  4722.     end
  4723.     object tSaidasDestinatario: TStringField
  4724.       FieldName = 'Destinatario'
  4725.       Size = 50
  4726.     end
  4727.     object tSaidasAssunto: TMemoField
  4728.       FieldName = 'Assunto'
  4729.       BlobType = ftMemo
  4730.       Size = 240
  4731.     end
  4732.     object tSaidasArquivo: TStringField
  4733.       FieldName = 'Arquivo'
  4734.       Size = 30
  4735.     end
  4736.     object tSaidasAnterior: TFloatField
  4737.       FieldName = 'Anterior'
  4738.     end
  4739.     object tSaidasObs: TMemoField
  4740.       FieldName = 'Obs'
  4741.       BlobType = ftMemo
  4742.       Size = 240
  4743.     end
  4744.     object tSaidasRegistada: TStringField
  4745.       FieldName = 'Registada'
  4746.       Size = 3
  4747.     end
  4748.   end
  4749.   object dsSaidas: TDataSource
  4750.     DataSet = tSaidas
  4751.     Left = 440
  4752.     Top = 56
  4753.   end
  4754.   object tTipo: TTable
  4755.     AfterPost = tTipoAfterDelete
  4756.     AfterDelete = tTipoAfterDelete
  4757.     OnPostError = tTipoPostError
  4758.     DatabaseName = 'Database1'
  4759.     TableName = 'tipo.DB'
  4760.     Left = 400
  4761.     Top = 104
  4762.     object tTipoTipo: TStringField
  4763.       DisplayWidth = 15
  4764.       FieldName = 'Tipo'
  4765.       Size = 15
  4766.     end
  4767.   end
  4768.   object dsTipo: TDataSource
  4769.     DataSet = tTipo
  4770.     Left = 400
  4771.     Top = 152
  4772.   end
  4773.   object tPresencas: TTable
  4774.     AfterPost = tPresencasAfterDelete
  4775.     AfterDelete = tPresencasAfterDelete
  4776.     OnPostError = tPresencasPostError
  4777.     DatabaseName = 'Database1'
  4778.     IndexFieldNames = 'Assembleia'
  4779.     MasterFields = 'N'
  4780.     MasterSource = dsAssembleias
  4781.     TableName = 'Presen∩┐╜as.DB'
  4782.     Left = 416
  4783.     Top = 200
  4784.     object tPresencasAssembleia: TIntegerField
  4785.       FieldName = 'Assembleia'
  4786.     end
  4787.     object tPresencasNome: TStringField
  4788.       FieldName = 'Nome'
  4789.       Size = 80
  4790.     end
  4791.     object tPresencasFraco: TStringField
  4792.       FieldName = 'Frac∩┐╜∩┐╜o'
  4793.       Size = 15
  4794.     end
  4795.     object tPresencasPiso: TStringField
  4796.       FieldName = 'Piso'
  4797.       Size = 15
  4798.     end
  4799.     object tPresencasPorta: TStringField
  4800.       FieldName = 'Porta'
  4801.       Size = 10
  4802.     end
  4803.     object tPresencasAux: TFloatField
  4804.       FieldKind = fkLookup
  4805.       FieldName = 'Aux'
  4806.       LookupDataSet = tCondominos
  4807.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4808.       LookupResultField = 'Permilagem'
  4809.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4810.       DisplayFormat = '###,###,##0.##0'
  4811.       Lookup = True
  4812.     end
  4813.     object tPresencasAux1: TFloatField
  4814.       FieldKind = fkLookup
  4815.       FieldName = 'Aux1'
  4816.       LookupDataSet = tCondominos
  4817.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4818.       LookupResultField = '∩┐╜rea'
  4819.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4820.       DisplayFormat = '###,###,##0.#0'
  4821.       Lookup = True
  4822.     end
  4823.     object tPresencasAuxCp1: TStringField
  4824.       FieldKind = fkLookup
  4825.       FieldName = 'AuxCp1'
  4826.       LookupDataSet = tCondominos
  4827.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4828.       LookupResultField = 'Cp1'
  4829.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4830.       Size = 25
  4831.       Lookup = True
  4832.     end
  4833.     object tPresencasAuxCp: TStringField
  4834.       FieldKind = fkLookup
  4835.       FieldName = 'AuxCp'
  4836.       LookupDataSet = tCondominos
  4837.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4838.       LookupResultField = 'Cp'
  4839.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4840.       Size = 10
  4841.       Lookup = True
  4842.     end
  4843.     object tPresencasAuxCodigo: TStringField
  4844.       FieldKind = fkLookup
  4845.       FieldName = 'AuxCodigo'
  4846.       LookupDataSet = tCondominos
  4847.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4848.       LookupResultField = 'C∩┐╜digo'
  4849.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4850.       Lookup = True
  4851.     end
  4852.     object tPresencasAuxCpProprietario: TStringField
  4853.       FieldKind = fkLookup
  4854.       FieldName = 'AuxCpProprietario'
  4855.       LookupDataSet = tCondominos
  4856.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4857.       LookupResultField = 'Cp Propriet∩┐╜rio'
  4858.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4859.       Size = 10
  4860.       Lookup = True
  4861.     end
  4862.     object tPresencasAuxCp1Proprietario: TStringField
  4863.       FieldKind = fkLookup
  4864.       FieldName = 'AuxCp1Proprietario'
  4865.       LookupDataSet = tCondominos
  4866.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4867.       LookupResultField = 'Cp1 Propriet∩┐╜rio'
  4868.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4869.       Size = 25
  4870.       Lookup = True
  4871.     end
  4872.     object tPresencasAuxCpProcurador: TStringField
  4873.       FieldKind = fkLookup
  4874.       FieldName = 'AuxCpProcurador'
  4875.       LookupDataSet = tCondominos
  4876.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4877.       LookupResultField = 'Cp Procurador'
  4878.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4879.       Size = 10
  4880.       Lookup = True
  4881.     end
  4882.     object tPresencasAuxCp1Procurador: TStringField
  4883.       FieldKind = fkLookup
  4884.       FieldName = 'AuxCp1Procurador'
  4885.       LookupDataSet = tCondominos
  4886.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4887.       LookupResultField = 'Cp1 Procurador'
  4888.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4889.       Size = 25
  4890.       Lookup = True
  4891.     end
  4892.     object tPresencasAuxProprietario: TStringField
  4893.       FieldKind = fkLookup
  4894.       FieldName = 'AuxProprietario'
  4895.       LookupDataSet = tCondominos
  4896.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4897.       LookupResultField = 'Nome Propriet∩┐╜rio'
  4898.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4899.       Size = 30
  4900.       Lookup = True
  4901.     end
  4902.     object tPresencasAuxProcurador: TStringField
  4903.       FieldKind = fkLookup
  4904.       FieldName = 'AuxProcurador'
  4905.       LookupDataSet = tCondominos
  4906.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4907.       LookupResultField = 'Procurador'
  4908.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4909.       Size = 30
  4910.       Lookup = True
  4911.     end
  4912.     object tPresencasAuxNome: TStringField
  4913.       FieldKind = fkLookup
  4914.       FieldName = 'AuxNome'
  4915.       LookupDataSet = tCondominos
  4916.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4917.       LookupResultField = 'Nome'
  4918.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4919.       Size = 40
  4920.       Lookup = True
  4921.     end
  4922.     object tPresencasAuxApelido: TStringField
  4923.       FieldKind = fkLookup
  4924.       FieldName = 'AuxApelido'
  4925.       LookupDataSet = tCondominos
  4926.       LookupKeyFields = 'Frac∩┐╜∩┐╜o'
  4927.       LookupResultField = 'Apelido'
  4928.       KeyFields = 'Frac∩┐╜∩┐╜o'
  4929.       Lookup = True
  4930.     end
  4931.   end
  4932.   object dsPresencas: TDataSource
  4933.     DataSet = tPresencas
  4934.     Left = 416
  4935.     Top = 248
  4936.   end
  4937.   object tAuxCCC: TTable
  4938.     DatabaseName = 'Database1'
  4939.     Filtered = True
  4940.     TableName = 'CCC.db'
  4941.     Left = 629
  4942.     Top = 188
  4943.     object tAuxCCCID: TAutoIncField
  4944.       FieldName = 'ID'
  4945.       ReadOnly = True
  4946.     end
  4947.     object tAuxCCCCondmino: TIntegerField
  4948.       FieldName = 'Cond∩┐╜mino'
  4949.     end
  4950.     object tAuxCCCDocumento: TIntegerField
  4951.       FieldName = 'Documento'
  4952.     end
  4953.     object tAuxCCCDbito: TFloatField
  4954.       FieldName = 'D∩┐╜bito'
  4955.     end
  4956.     object tAuxCCCCrdito: TFloatField
  4957.       FieldName = 'Cr∩┐╜dito'
  4958.     end
  4959.     object tAuxCCCData: TDateField
  4960.       FieldName = 'Data'
  4961.     end
  4962.     object tAuxCCCTipoDocumento: TStringField
  4963.       FieldName = 'Tipo Documento'
  4964.     end
  4965.     object tAuxCCCN: TIntegerField
  4966.       FieldName = 'N∩┐╜'
  4967.     end
  4968.     object tAuxCCCDescrio: TStringField
  4969.       FieldName = 'Descri∩┐╜∩┐╜o'
  4970.       Size = 50
  4971.     end
  4972.   end
  4973.   object tRegisto: TTable
  4974.     DatabaseName = 'Database1'
  4975.     Left = 352
  4976.     Top = 200
  4977.     object tRegistoID: TSmallintField
  4978.       FieldName = 'ID'
  4979.     end
  4980.     object tRegistoNome: TStringField
  4981.       FieldName = 'Nome'
  4982.       Size = 80
  4983.     end
  4984.     object tRegistoMorada: TMemoField
  4985.       FieldName = 'Morada'
  4986.       BlobType = ftMemo
  4987.       Size = 240
  4988.     end
  4989.     object tRegistoLocalidade: TStringField
  4990.       FieldName = 'Localidade'
  4991.       Size = 40
  4992.     end
  4993.     object tRegistoCdigoPostal: TIntegerField
  4994.       FieldName = 'C∩┐╜digo Postal'
  4995.     end
  4996.     object tRegistoDgitosCP: TStringField
  4997.       FieldName = 'D∩┐╜gitos CP'
  4998.       Size = 3
  4999.     end
  5000.     object tRegistoNmeroContribuinte: TStringField
  5001.       FieldName = 'N∩┐╜mero Contribuinte'
  5002.       Size = 12
  5003.     end
  5004.     object tRegistoRegisto: TStringField
  5005.       FieldName = 'Registo'
  5006.     end
  5007.     object tRegistoVerso: TStringField
  5008.       FieldName = 'Vers∩┐╜o'
  5009.       Size = 10
  5010.     end
  5011.   end
  5012.   object dsRegisto: TDataSource
  5013.     DataSet = tRegisto
  5014.     Left = 352
  5015.     Top = 248
  5016.   end
  5017.   object tRubCond: TTable
  5018.     BeforePost = tRubCondBeforePost
  5019.     AfterPost = tRubCondAfterDelete
  5020.     AfterDelete = tRubCondAfterDelete
  5021.     OnPostError = tRubCondPostError
  5022.     DatabaseName = 'Database1'
  5023.     TableName = 'RubCond.DB'
  5024.     Left = 320
  5025.     Top = 296
  5026.     object tRubCondID: TAutoIncField
  5027.       FieldName = 'ID'
  5028.       ReadOnly = True
  5029.     end
  5030.     object tRubCondRubrica: TStringField
  5031.       FieldName = 'Rubrica'
  5032.       Size = 25
  5033.     end
  5034.     object tRubCondCondomino: TIntegerField
  5035.       FieldName = 'Condomino'
  5036.     end
  5037.     object tRubCondIncide: TStringField
  5038.       FieldName = 'Incide'
  5039.       Size = 3
  5040.     end
  5041.     object tRubCondPercentagem: TFloatField
  5042.       FieldName = 'Percentagem'
  5043.     end
  5044.   end
  5045.   object dsRubCond: TDataSource
  5046.     DataSet = tRubCond
  5047.     Left = 320
  5048.     Top = 344
  5049.   end
  5050.   object tAuxOrcamentoReceitas: TTable
  5051.     DatabaseName = 'Database1'
  5052.     Filter = '[Receita Despesa] = '#39'R'#39
  5053.     Filtered = True
  5054.     TableName = 'Orcamentos.DB'
  5055.     Left = 629
  5056.     Top = 92
  5057.     object tAuxOrcamentoReceitasID: TAutoIncField
  5058.       FieldName = 'ID'
  5059.       ReadOnly = True
  5060.     end
  5061.     object tAuxOrcamentoReceitasRbrica: TStringField
  5062.       FieldName = 'R∩┐╜brica'
  5063.       Required = True
  5064.       Size = 25
  5065.     end
  5066.     object tAuxOrcamentoReceitasPrvio: TFloatField
  5067.       FieldName = 'Pr∩┐╜vio'
  5068.     end
  5069.     object tAuxOrcamentoReceitasEfectivo: TFloatField
  5070.       FieldName = 'Efectivo'
  5071.     end
  5072.     object tAuxOrcamentoReceitasDesvio: TFloatField
  5073.       FieldName = 'Desvio'
  5074.     end
  5075.     object tAuxOrcamentoReceitasObservaes: TStringField
  5076.       FieldName = 'Observa∩┐╜∩┐╜es'
  5077.       Size = 50
  5078.     end
  5079.     object tAuxOrcamentoReceitasReceitaDespesa: TStringField
  5080.       FieldName = 'Receita Despesa'
  5081.       Size = 3
  5082.     end
  5083.     object tAuxOrcamentoReceitasEntraCalculos: TStringField
  5084.       FieldName = 'Entra Calculos'
  5085.       Size = 3
  5086.     end
  5087.   end
  5088.   object Database1: TDatabase
  5089.     AliasName = 'LogoutGCondom4'
  5090.     DatabaseName = 'Database1'
  5091.     SessionName = 'Default'
  5092.     Left = 629
  5093.     Top = 332
  5094.   end
  5095.   object tFamilias: TTable
  5096.     AfterPost = tFamiliasAfterDelete
  5097.     AfterDelete = tFamiliasAfterDelete
  5098.     DatabaseName = 'Database1'
  5099.     TableName = 'Familias.DB'
  5100.     Left = 392
  5101.     Top = 296
  5102.     object tFamiliasFamlia: TStringField
  5103.       FieldName = 'Fam∩┐╜lia'
  5104.       Required = True
  5105.       Size = 15
  5106.     end
  5107.   end
  5108.   object dsFamilias: TDataSource
  5109.     DataSet = tFamilias
  5110.     Left = 392
  5111.     Top = 344
  5112.   end
  5113.   object tCCContactos: TTable
  5114.     AfterPost = tCCContactosAfterPost
  5115.     AfterDelete = tCCContactosAfterDelete
  5116.     DatabaseName = 'Database1'
  5117.     TableName = 'CCContactos.DB'
  5118.     Left = 456
  5119.     Top = 296
  5120.     object tCCContactosID: TAutoIncField
  5121.       FieldName = 'ID'
  5122.       ReadOnly = True
  5123.     end
  5124.     object tCCContactosContacto: TIntegerField
  5125.       FieldName = 'Contacto'
  5126.     end
  5127.     object tCCContactosDocumento: TIntegerField
  5128.       FieldName = 'Documento'
  5129.     end
  5130.     object tCCContactosDbito: TFloatField
  5131.       FieldName = 'D∩┐╜bito'
  5132.     end
  5133.     object tCCContactosCrdito: TFloatField
  5134.       FieldName = 'Cr∩┐╜dito'
  5135.     end
  5136.     object tCCContactosData: TDateField
  5137.       FieldName = 'Data'
  5138.     end
  5139.     object tCCContactosTipoDocumento: TStringField
  5140.       FieldName = 'Tipo Documento'
  5141.     end
  5142.     object tCCContactosN: TIntegerField
  5143.       FieldName = 'N∩┐╜'
  5144.     end
  5145.     object tCCContactosDescrio: TStringField
  5146.       FieldName = 'Descri∩┐╜∩┐╜o'
  5147.       Size = 50
  5148.     end
  5149.     object tCCContactosAutomtico: TBooleanField
  5150.       FieldName = 'Autom∩┐╜tico'
  5151.     end
  5152.   end
  5153.   object dsCCContactos: TDataSource
  5154.     DataSet = tCCContactos
  5155.     Left = 456
  5156.     Top = 344
  5157.   end
  5158.   object tReports: TTable
  5159.     DatabaseName = 'Database1'
  5160.     IndexName = 'iData'
  5161.     TableName = 'Reports.DB'
  5162.     Left = 16
  5163.     Top = 392
  5164.     object tReportsID: TAutoIncField
  5165.       FieldName = 'ID'
  5166.       ReadOnly = True
  5167.     end
  5168.     object tReportsData: TDateField
  5169.       FieldName = 'Data'
  5170.     end
  5171.     object tReportsDescrio: TMemoField
  5172.       FieldName = 'Descri∩┐╜∩┐╜o'
  5173.       BlobType = ftMemo
  5174.       Size = 240
  5175.     end
  5176.     object tReportsCaminho: TStringField
  5177.       FieldName = 'Caminho'
  5178.       Size = 50
  5179.     end
  5180.   end
  5181.   object dsReports: TDataSource
  5182.     DataSet = tReports
  5183.     Left = 16
  5184.     Top = 440
  5185.   end
  5186.   object tAuxCCContactos: TTable
  5187.     DatabaseName = 'Database1'
  5188.     Filtered = True
  5189.     TableName = 'CCContactos.DB'
  5190.     Left = 629
  5191.     Top = 284
  5192.   end
  5193.   object tReferentes: TTable
  5194.     AfterPost = tReferentesAfterDelete
  5195.     AfterDelete = tReferentesAfterDelete
  5196.     OnPostError = tReferentesPostError
  5197.     DatabaseName = 'Database1'
  5198.     TableName = 'Referentes.DB'
  5199.     Left = 80
  5200.     Top = 392
  5201.     object tReferentesDescrio: TStringField
  5202.       FieldName = 'Descri∩┐╜∩┐╜o'
  5203.       Required = True
  5204.       Size = 50
  5205.     end
  5206.   end
  5207.   object dsReferentes: TDataSource
  5208.     DataSet = tReferentes
  5209.     Left = 80
  5210.     Top = 440
  5211.   end
  5212.   object tObservacoes: TTable
  5213.     DatabaseName = 'Database1'
  5214.     TableName = 'Observacoes.DB'
  5215.     Left = 152
  5216.     Top = 392
  5217.     object tObservacoesID: TAutoIncField
  5218.       FieldName = 'ID'
  5219.       ReadOnly = True
  5220.     end
  5221.     object tObservacoesDescrio: TMemoField
  5222.       FieldName = 'Descri∩┐╜∩┐╜o'
  5223.       Required = True
  5224.       BlobType = ftMemo
  5225.       Size = 240
  5226.     end
  5227.   end
  5228.   object dsObservacoes: TDataSource
  5229.     DataSet = tObservacoes
  5230.     Left = 152
  5231.     Top = 440
  5232.   end
  5233.   object Table1: TTable
  5234.     DatabaseName = 'Database1'
  5235.     TableName = 'Rubricas.DB'
  5236.     Left = 629
  5237.     Top = 140
  5238.     object Table1Rubrica: TStringField
  5239.       FieldName = 'Rubrica'
  5240.       Required = True
  5241.       Size = 25
  5242.     end
  5243.     object Table1Valor: TFloatField
  5244.       FieldName = 'Valor'
  5245.     end
  5246.     object Table1Famlia: TStringField
  5247.       FieldName = 'Fam∩┐╜lia'
  5248.       Size = 15
  5249.     end
  5250.   end
  5251.   object SaveDialog1: TSaveDialog
  5252.     Left = 464
  5253.     Top = 128
  5254.   end
  5255.   object tContactosGeral: TTable
  5256.     AfterPost = tContactosGeralAfterDelete
  5257.     AfterDelete = tContactosGeralAfterDelete
  5258.     OnPostError = tContactosGeralPostError
  5259.     DatabaseName = 'Database1'
  5260.     Left = 240
  5261.     Top = 392
  5262.     object tContactosGeralID: TIntegerField
  5263.       FieldName = 'ID'
  5264.     end
  5265.     object tContactosGeralCdigo: TStringField
  5266.       FieldName = 'C∩┐╜digo'
  5267.       Required = True
  5268.     end
  5269.     object tContactosGeralDescritivo: TStringField
  5270.       FieldName = 'Descritivo'
  5271.       Size = 50
  5272.     end
  5273.     object tContactosGeralEndereo: TMemoField
  5274.       FieldName = 'Endere∩┐╜o'
  5275.       BlobType = ftMemo
  5276.       Size = 240
  5277.     end
  5278.     object tContactosGeralCp: TStringField
  5279.       FieldName = 'Cp'
  5280.       Size = 10
  5281.     end
  5282.     object tContactosGeralCp1: TStringField
  5283.       FieldName = 'Cp1'
  5284.       Size = 25
  5285.     end
  5286.     object tContactosGeralTelefone: TStringField
  5287.       FieldName = 'Telefone'
  5288.       Size = 25
  5289.     end
  5290.     object tContactosGeralFax: TStringField
  5291.       FieldName = 'Fax'
  5292.       Size = 25
  5293.     end
  5294.     object tContactosGeralEmail: TStringField
  5295.       FieldName = 'Email'
  5296.       Size = 30
  5297.     end
  5298.     object tContactosGeralSeguranaSocial: TStringField
  5299.       FieldName = 'Seguran∩┐╜a Social'
  5300.       Size = 15
  5301.     end
  5302.     object tContactosGeralContribuinte: TStringField
  5303.       FieldName = 'Contribuinte'
  5304.       Size = 10
  5305.     end
  5306.     object tContactosGeralTipoRendimento: TStringField
  5307.       FieldName = 'Tipo Rendimento'
  5308.       Size = 3
  5309.     end
  5310.     object tContactosGeralEmpregado: TStringField
  5311.       FieldName = 'Empregado'
  5312.       Size = 3
  5313.     end
  5314.     object tContactosGeralObs: TMemoField
  5315.       FieldName = 'Obs.'
  5316.       BlobType = ftMemo
  5317.       Size = 240
  5318.     end
  5319.     object tContactosGeralTlm: TStringField
  5320.       FieldName = 'Tlm'
  5321.       Size = 25
  5322.     end
  5323.     object tContactosGeralSeguradora: TStringField
  5324.       FieldName = 'Seguradora'
  5325.       Size = 30
  5326.     end
  5327.     object tContactosGeralMoradaSeguradora: TMemoField
  5328.       FieldName = 'Morada Seguradora'
  5329.       BlobType = ftMemo
  5330.       Size = 240
  5331.     end
  5332.     object tContactosGeralCpSeguradora: TStringField
  5333.       FieldName = 'Cp Seguradora'
  5334.       Size = 10
  5335.     end
  5336.     object tContactosGeralCp1Seguradora: TStringField
  5337.       FieldName = 'Cp1 Seguradora'
  5338.       Size = 25
  5339.     end
  5340.     object tContactosGeralTelefoneSeguradora: TStringField
  5341.       FieldName = 'Telefone Seguradora'
  5342.       Size = 25
  5343.     end
  5344.     object tContactosGeralFaxSeguradora: TStringField
  5345.       FieldName = 'Fax Seguradora'
  5346.       Size = 25
  5347.     end
  5348.     object tContactosGeralEmailSeguradora: TStringField
  5349.       FieldName = 'Email Seguradora'
  5350.       Size = 30
  5351.     end
  5352.     object tContactosGeralAplice: TStringField
  5353.       FieldName = 'Ap∩┐╜lice'
  5354.     end
  5355.     object tContactosGeralIncio: TDateField
  5356.       FieldName = 'In∩┐╜cio'
  5357.     end
  5358.     object tContactosGeralFim: TDateField
  5359.       FieldName = 'Fim'
  5360.     end
  5361.     object tContactosGeralPrmio1: TFloatField
  5362.       FieldName = 'Pr∩┐╜mio1'
  5363.     end
  5364.     object tContactosGeralPrmio2: TFloatField
  5365.       FieldName = 'Pr∩┐╜mio2'
  5366.     end
  5367.     object tContactosGeralValorSeguro1: TFloatField
  5368.       FieldName = 'Valor Seguro1'
  5369.     end
  5370.     object tContactosGeralValorSeguro2: TFloatField
  5371.       FieldName = 'Valor Seguro2'
  5372.     end
  5373.     object tContactosGeralFoto: TStringField
  5374.       FieldName = 'Foto'
  5375.       Size = 255
  5376.     end
  5377.     object tContactosGeralSalrio: TFloatField
  5378.       FieldName = 'Sal∩┐╜rio'
  5379.     end
  5380.     object tContactosGeralNIB: TStringField
  5381.       FieldName = 'NIB'
  5382.       Size = 23
  5383.     end
  5384.     object tContactosGeralOcorrncias: TMemoField
  5385.       FieldName = 'Ocorr∩┐╜ncias'
  5386.       BlobType = ftMemo
  5387.       Size = 240
  5388.     end
  5389.     object tContactosGeralPrevisoAumento: TFloatField
  5390.       FieldName = 'Previs∩┐╜o Aumento'
  5391.     end
  5392.     object tContactosGeralTipoPagamento: TStringField
  5393.       FieldName = 'Tipo Pagamento'
  5394.       Size = 15
  5395.     end
  5396.     object tContactosGeralModoPagamento: TStringField
  5397.       FieldName = 'Modo Pagamento'
  5398.       Size = 15
  5399.     end
  5400.     object tContactosGeralFornecedor: TStringField
  5401.       FieldName = 'Fornecedor'
  5402.       Size = 3
  5403.     end
  5404.     object tContactosGeralStretch: TBooleanField
  5405.       FieldName = 'Stretch'
  5406.     end
  5407.     object tContactosGeralSalrio2: TFloatField
  5408.       FieldName = 'Sal∩┐╜rio2'
  5409.     end
  5410.     object tContactosGeralHttp: TStringField
  5411.       FieldName = 'Http'
  5412.       Size = 40
  5413.     end
  5414.     object tContactosGeralSaldo: TFloatField
  5415.       FieldName = 'Saldo'
  5416.     end
  5417.   end
  5418.   object dsContactosGeral: TDataSource
  5419.     DataSet = tContactosGeral
  5420.     Left = 240
  5421.     Top = 440
  5422.   end
  5423.   object tCCContactosGeral: TTable
  5424.     AfterPost = tCCContactosGeralAfterPost
  5425.     AfterDelete = tCCContactosGeralAfterDelete
  5426.     DatabaseName = 'Database1'
  5427.     Left = 344
  5428.     Top = 392
  5429.     object tCCContactosGeralID: TAutoIncField
  5430.       FieldName = 'ID'
  5431.       ReadOnly = True
  5432.     end
  5433.     object tCCContactosGeralContacto: TIntegerField
  5434.       FieldName = 'Contacto'
  5435.     end
  5436.     object tCCContactosGeralDocumento: TIntegerField
  5437.       FieldName = 'Documento'
  5438.     end
  5439.     object tCCContactosGeralDbito: TFloatField
  5440.       FieldName = 'D∩┐╜bito'
  5441.     end
  5442.     object tCCContactosGeralCrdito: TFloatField
  5443.       FieldName = 'Cr∩┐╜dito'
  5444.     end
  5445.     object tCCContactosGeralData: TDateField
  5446.       FieldName = 'Data'
  5447.     end
  5448.     object tCCContactosGeralTipoDocumento: TStringField
  5449.       FieldName = 'Tipo Documento'
  5450.     end
  5451.     object tCCContactosGeralN: TIntegerField
  5452.       FieldName = 'N∩┐╜'
  5453.     end
  5454.     object tCCContactosGeralDescrio: TStringField
  5455.       FieldName = 'Descri∩┐╜∩┐╜o'
  5456.       Size = 50
  5457.     end
  5458.     object tCCContactosGeralAutomtico: TBooleanField
  5459.       FieldName = 'Autom∩┐╜tico'
  5460.     end
  5461.     object tCCContactosGeralCondomnio: TStringField
  5462.       FieldName = 'Condom∩┐╜nio'
  5463.       Size = 50
  5464.     end
  5465.   end
  5466.   object dsCCContactosGeral: TDataSource
  5467.     DataSet = tCCContactosGeral
  5468.     Left = 344
  5469.     Top = 440
  5470.   end
  5471.   object tAuxCCContactosGeral: TTable
  5472.     Filtered = True
  5473.     Left = 629
  5474.     Top = 236
  5475.   end
  5476.   object tLinhasRecibos: TTable
  5477.     AfterPost = tLinhasRecibosAfterDelete
  5478.     AfterDelete = tLinhasRecibosAfterDelete
  5479.     OnPostError = tLinhasRecibosPostError
  5480.     DatabaseName = 'Database1'
  5481.     TableName = 'LinhasRecibos.db'
  5482.     Left = 512
  5483.     Top = 8
  5484.     object tLinhasRecibosID: TAutoIncField
  5485.       FieldName = 'ID'
  5486.       ReadOnly = True
  5487.     end
  5488.     object tLinhasRecibosRecibo: TIntegerField
  5489.       FieldName = 'Recibo'
  5490.     end
  5491.     object tLinhasRecibosDescritivo: TStringField
  5492.       FieldName = 'Descritivo'
  5493.       Size = 100
  5494.     end
  5495.     object tLinhasRecibosTotal: TFloatField
  5496.       FieldName = 'Total'
  5497.       DisplayFormat = '###,###,##0.#0'
  5498.       EditFormat = '###.##'
  5499.     end
  5500.   end
  5501.   object dsLinhasRecibos: TDataSource
  5502.     DataSet = tLinhasRecibos
  5503.     Left = 512
  5504.     Top = 56
  5505.   end
  5506.   object tArtigos: TTable
  5507.     AfterPost = tArtigosAfterDelete
  5508.     AfterDelete = tArtigosAfterDelete
  5509.     OnPostError = tArtigosPostError
  5510.     DatabaseName = 'Database1'
  5511.     Left = 421
  5512.     Top = 392
  5513.     object tArtigosID: TAutoIncField
  5514.       FieldName = 'ID'
  5515.       ReadOnly = True
  5516.     end
  5517.     object tArtigosDescrio: TStringField
  5518.       FieldName = 'Descri∩┐╜∩┐╜o'
  5519.       Size = 100
  5520.     end
  5521.   end
  5522.   object dsArtigos: TDataSource
  5523.     DataSet = tArtigos
  5524.     Left = 421
  5525.     Top = 440
  5526.   end
  5527.   object dsOcorrencias: TDataSource
  5528.     DataSet = tOcorrencias
  5529.     Left = 481
  5530.     Top = 440
  5531.   end
  5532.   object tOcorrencias: TTable
  5533.     AfterPost = tOcorrenciasAfterDelete
  5534.     AfterDelete = tOcorrenciasAfterDelete
  5535.     OnPostError = tOcorrenciasPostError
  5536.     DatabaseName = 'Database1'
  5537.     Left = 481
  5538.     Top = 392
  5539.     object tOcorrenciasID: TAutoIncField
  5540.       FieldName = 'ID'
  5541.       ReadOnly = True
  5542.     end
  5543.     object tOcorrenciasCondominio: TStringField
  5544.       FieldName = 'Condominio'
  5545.       Size = 50
  5546.     end
  5547.     object tOcorrenciasData: TDateField
  5548.       FieldName = 'Data'
  5549.     end
  5550.     object tOcorrenciasHora: TTimeField
  5551.       FieldName = 'Hora'
  5552.     end
  5553.     object tOcorrenciasDescrio: TMemoField
  5554.       FieldName = 'Descri∩┐╜∩┐╜o'
  5555.       BlobType = ftMemo
  5556.       Size = 240
  5557.     end
  5558.     object tOcorrenciasArtigo: TIntegerField
  5559.       FieldName = 'Artigo'
  5560.     end
  5561.     object tOcorrenciasQuantidade: TFloatField
  5562.       FieldName = 'Quantidade'
  5563.     end
  5564.     object tOcorrenciasPedido: TStringField
  5565.       FieldName = 'Pedido'
  5566.       Size = 100
  5567.     end
  5568.     object tOcorrenciasPrioridade: TStringField
  5569.       FieldName = 'Prioridade'
  5570.       Size = 30
  5571.     end
  5572.     object tOcorrenciasContacto: TStringField
  5573.       FieldName = 'Contacto'
  5574.       Size = 50
  5575.     end
  5576.     object tOcorrenciasEstado: TStringField
  5577.       FieldName = 'Estado'
  5578.       Size = 30
  5579.     end
  5580.     object tOcorrenciasDataEstado: TDateField
  5581.       FieldName = 'DataEstado'
  5582.     end
  5583.     object tOcorrenciasHoraEstado: TTimeField
  5584.       FieldName = 'HoraEstado'
  5585.     end
  5586.     object tOcorrenciasLocal: TStringField
  5587.       FieldName = 'Local'
  5588.       Size = 50
  5589.     end
  5590.     object tOcorrenciasAuxArtigo: TStringField
  5591.       FieldKind = fkLookup
  5592.       FieldName = 'AuxArtigo'
  5593.       LookupDataSet = tArtigos
  5594.       LookupKeyFields = 'ID'
  5595.       LookupResultField = 'Descri∩┐╜∩┐╜o'
  5596.       KeyFields = 'Artigo'
  5597.       Size = 100
  5598.       Lookup = True
  5599.     end
  5600.   end
  5601.   object tAgendaGeral: TTable
  5602.     AfterPost = tAgendaGeralAfterDelete
  5603.     AfterDelete = tAgendaGeralAfterDelete
  5604.     Left = 557
  5605.     Top = 392
  5606.     object tAgendaGeralData: TDateField
  5607.       FieldName = 'Data'
  5608.     end
  5609.     object tAgendaGeralDescricao: TMemoField
  5610.       FieldName = 'Descricao'
  5611.       BlobType = ftMemo
  5612.       Size = 240
  5613.     end
  5614.   end
  5615.   object dsAgendaGeral: TDataSource
  5616.     DataSet = tAgendaGeral
  5617.     Left = 557
  5618.     Top = 440
  5619.   end
  5620.   object tLinhasAgendaGeral: TTable
  5621.     AfterPost = tLinhasAgendaGeralAfterDelete
  5622.     AfterDelete = tLinhasAgendaGeralAfterDelete
  5623.     OnPostError = tLinhasAgendaGeralPostError
  5624.     Left = 652
  5625.     Top = 392
  5626.     object tLinhasAgendaGeralN: TAutoIncField
  5627.       FieldName = 'N'
  5628.       ReadOnly = True
  5629.     end
  5630.     object tLinhasAgendaGeralData: TDateField
  5631.       FieldName = 'Data'
  5632.     end
  5633.     object tLinhasAgendaGeralHora: TTimeField
  5634.       FieldName = 'Hora'
  5635.       Required = True
  5636.       EditMask = '!90:00:\0\0;1;_'
  5637.     end
  5638.     object tLinhasAgendaGeralTarefa: TStringField
  5639.       FieldName = 'Tarefa'
  5640.       Required = True
  5641.       Size = 50
  5642.     end
  5643.     object tLinhasAgendaGeralCumprida: TBooleanField
  5644.       FieldName = 'Cumprida'
  5645.     end
  5646.   end
  5647.   object dsLinhasAgendaGeral: TDataSource
  5648.     DataSet = tLinhasAgenda
  5649.     Left = 653
  5650.     Top = 440
  5651.   end
  5652.   object tLivroEnderecos: TTable
  5653.     AfterPost = tLivroEnderecosAfterDelete
  5654.     AfterDelete = tLivroEnderecosAfterDelete
  5655.     Left = 542
  5656.     Top = 296
  5657.     object tLivroEnderecosNome: TStringField
  5658.       FieldName = 'Nome'
  5659.       Size = 35
  5660.     end
  5661.     object tLivroEnderecosTelefone: TStringField
  5662.       FieldName = 'Telefone'
  5663.     end
  5664.     object tLivroEnderecosTelefone2: TStringField
  5665.       FieldName = 'Telefone2'
  5666.     end
  5667.     object tLivroEnderecosTelemovel: TStringField
  5668.       FieldName = 'Telemovel'
  5669.     end
  5670.     object tLivroEnderecosFax: TStringField
  5671.       FieldName = 'Fax'
  5672.     end
  5673.     object tLivroEnderecosEmail: TStringField
  5674.       FieldName = 'Email'
  5675.       Size = 50
  5676.     end
  5677.     object tLivroEnderecosWeb: TStringField
  5678.       FieldName = 'Web'
  5679.       Size = 30
  5680.     end
  5681.     object tLivroEnderecosObservacoes: TStringField
  5682.       FieldName = 'Observacoes'
  5683.       Size = 50
  5684.     end
  5685.     object tLivroEnderecosPessoaContacto: TStringField
  5686.       FieldName = 'PessoaContacto'
  5687.       Size = 80
  5688.     end
  5689.     object tLivroEnderecosMorada: TMemoField
  5690.       FieldName = 'Morada'
  5691.       BlobType = ftMemo
  5692.       Size = 240
  5693.     end
  5694.   end
  5695.   object dsLivroEnderecos: TDataSource
  5696.     DataSet = tLivroEnderecos
  5697.     Left = 543
  5698.     Top = 344
  5699.   end
  5700. end
  5701.